SCons: Allow unbundling bullet on Linux (only 2.87+)
This commit is contained in:
@ -3,10 +3,10 @@
|
||||
Import('env')
|
||||
Import('env_modules')
|
||||
|
||||
# Thirdparty source files
|
||||
|
||||
env_enet = env_modules.Clone()
|
||||
|
||||
# Thirdparty source files
|
||||
|
||||
if env['builtin_enet']:
|
||||
thirdparty_dir = "#thirdparty/enet/"
|
||||
thirdparty_sources = [
|
||||
|
||||
Reference in New Issue
Block a user