diff options
-rw-r--r-- | wscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -163,6 +163,8 @@ def build(bld): if sys.platform == 'win32': linkflags = [] libflags = [] + elif sys.platform.find('bsd') > 0: + linkflags = [] # Shared Library obj = bld(features = 'c cshlib', |