mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-18 19:10:37 +00:00
wscript: do not check for --prefix without --enable-packaging, as it's still valid to use
This commit is contained in:
parent
1464e1e2be
commit
71c9fd2772
3
wscript
3
wscript
@ -434,9 +434,6 @@ int main(int argc, char **argv) { strchrnul(argv[1], 'x'); return 0; }'''
|
||||
conf.env.LIBDIR = conf.env.BINDIR = conf.env.LIBDIR + '/xash3d'
|
||||
conf.env.SHAREDIR = '${PREFIX}/share/xash3d'
|
||||
else:
|
||||
if conf.options.prefix != default_prefix:
|
||||
conf.fatal('--prefix option makes no sense without --enable-packaging!')
|
||||
|
||||
conf.env.SHAREDIR = conf.env.LIBDIR = conf.env.BINDIR = conf.env.PREFIX
|
||||
|
||||
if not conf.options.BUILD_BUNDLED_DEPS:
|
||||
|
Loading…
x
Reference in New Issue
Block a user