summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2015-09-02 05:36:55 +0300
committerimarom <imarom@cisco.com>2015-09-02 05:36:55 +0300
commit29b23b05dd1b0fe34af9448fdcbbd2e6a3a594fb (patch)
tree1d9b01b6a122b602620d12ce64194d4fa53ec2ea
parent28f2970f3301f4ac4436b6da55d4989db66016b9 (diff)
enable the mock - build is now on a Fedora machine
-rwxr-xr-xlinux/ws_main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/ws_main.py b/linux/ws_main.py
index bed5a82a..218cbe24 100755
--- a/linux/ws_main.py
+++ b/linux/ws_main.py
@@ -363,7 +363,7 @@ build_types = [
build_option(name = "bp-sim", src = bp, debug_mode= RELEASE_,platform = PLATFORM_32, is_pie = False),
build_option(name = "bp-sim", src = bp, debug_mode= RELEASE_,platform = PLATFORM_64, is_pie = False),
- #build_option(name = "mock-rpc-server", use = ['zmq'], src = rpc_server_mock, debug_mode= DEBUG_,platform = PLATFORM_64, is_pie = False, flags = ['-DTREX_RPC_MOCK_SERVER']),
+ build_option(name = "mock-rpc-server", use = ['zmq'], src = rpc_server_mock, debug_mode= DEBUG_,platform = PLATFORM_64, is_pie = False, flags = ['-DTREX_RPC_MOCK_SERVER']),
]