mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-09 11:28:33 +00:00
Fix -ldl linker flag.
This commit is contained in:
parent
e4477e61f1
commit
d80a1a046a
@ -18,7 +18,7 @@ for cxx in MMS.all_targets:
|
||||
binary.compiler.defines += ['LIB_PREFIX="lib"', 'LIB_SUFFIX=".so"']
|
||||
|
||||
if binary.compiler.target.platform == 'linux':
|
||||
binary.compiler.linkflags += ['ldl']
|
||||
binary.compiler.linkflags += ['-ldl']
|
||||
|
||||
# TODO: hack - something makes it try and compile with /SUBSYSTEM:WINDOWS which then causes it to complain that WinMain is missing
|
||||
if binary.compiler.target.platform == 'windows':
|
||||
|
||||
Loading…
Reference in New Issue
Block a user