From b06653f4fc66e6cdafaa2697f9553ae12b417e93 Mon Sep 17 00:00:00 2001 From: Hanoh Haim Date: Wed, 27 Jan 2016 18:43:12 +0200 Subject: move api under scripts --- linux/ws_main.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'linux') diff --git a/linux/ws_main.py b/linux/ws_main.py index 22c52eea..5636965b 100755 --- a/linux/ws_main.py +++ b/linux/ws_main.py @@ -412,9 +412,10 @@ build_types = [ flags = ['-Wall', '-Werror', '-Wno-sign-compare', '-Wno-strict-aliasing'], rpath = ['.']), - build_option(name = "mock-rpc-server", use = [''], src = rpc_server_mock, debug_mode= DEBUG_,platform = PLATFORM_64, is_pie = False, - flags = ['-DTREX_RPC_MOCK_SERVER', '-Wall', '-Werror', '-Wno-sign-compare'], - rpath = ['.']), + # not supported any more + #build_option(name = "mock-rpc-server", use = [''], src = rpc_server_mock, debug_mode= DEBUG_,platform = PLATFORM_64, is_pie = False, + # flags = ['-DTREX_RPC_MOCK_SERVER', '-Wall', '-Werror', '-Wno-sign-compare'], + # rpath = ['.']), ] -- cgit 1.2.3-korg