SCons: Fix warning on posix build #188

Merged
akien-mga merged 1 commits from scons-warning into master 2018-04-05 13:01:51 +00:00
akien-mga commented 2018-04-05 08:10:50 +00:00 (Migrated from github.com)

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'
`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' ```
Sign in to join this conversation.
No description provided.