mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-04 18:09:53 +03:00
waf: don't install some shared libraries when building sdk only
This commit is contained in:
@@ -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