mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-07 17:29:36 +00:00
waf: don't install some shared libraries when building sdk only
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ def build(bld):
|
||||
elif bld.env.DEST_OS == 'darwin':
|
||||
linkflags += ['-framework', 'CoreServices']
|
||||
|
||||
install_path = bld.env.LIBDIR
|
||||
install_path = None if bld.env.BUILD_SDK else bld.env.LIBDIR
|
||||
|
||||
bld.shlib(
|
||||
source = source,
|
||||
|
||||
Reference in New Issue
Block a user