SCons: Allow unbundling bullet on Linux (only 2.87+)

This commit is contained in:
Rémi Verschelde
2018-01-13 15:16:11 +01:00
parent af9c2f8b9c
commit e141845bfb
5 changed files with 32 additions and 14 deletions

View File

@ -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 = [