calref / cboe

Classic Blades of Exile
http://spiderwebforums.ipbhost.com/index.php?/forum/12-blades-of-exile/
Other
169 stars 41 forks source link

SCons: Fix warning on posix build #188

Closed akien-mga closed 6 years ago

akien-mga commented 6 years ago

build/pkg/SConscript only exists for darwin or for win32 when makensis is available, so it should not be added inconditionally.

Without this patch it triggers this warning on posix:

scons: warning: Ignoring missing SConscript 'build/pkg/SConscript'