diff options
author | imarom <imarom@cisco.com> | 2015-09-01 10:36:02 +0300 |
---|---|---|
committer | imarom <imarom@cisco.com> | 2015-09-01 10:36:02 +0300 |
commit | aecba7b3fc34a644a1c8d1afea7621f85c19daee (patch) | |
tree | 1d9b01b6a122b602620d12ce64194d4fa53ec2ea /linux/ws_main.py | |
parent | c17add108ead1ffbdf0c909684c5f8b18632f3d8 (diff) |
fix for building on csi-trex-05 (ubunutu)
Diffstat (limited to 'linux/ws_main.py')
-rwxr-xr-x | linux/ws_main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/ws_main.py b/linux/ws_main.py index 6d8d75a0..218cbe24 100755 --- a/linux/ws_main.py +++ b/linux/ws_main.py @@ -339,7 +339,7 @@ class build_option: def get_link_flags(self): # add here basic flags - base_flags = ['-lpthread']; + base_flags = ['-pthread']; if self.isPIE(): base_flags.append('-lstdc++') |