mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-22 21:04:14 +00:00
wscript: fix install on Android
This commit is contained in:
parent
ca3544d559
commit
23e2f4d0cc
2
wscript
2
wscript
@ -301,7 +301,7 @@ def configure(conf):
|
||||
conf.env.LIBDIR = conf.env.BINDIR = '${PREFIX}/lib/xash3d'
|
||||
conf.env.SHAREDIR = '${PREFIX}/share/xash3d'
|
||||
else:
|
||||
if sys.platform != 'win32':
|
||||
if sys.platform != 'win32' and not conf.env.DEST_OS == 'android':
|
||||
conf.env.PREFIX = '/'
|
||||
|
||||
conf.env.SHAREDIR = conf.env.LIBDIR = conf.env.BINDIR = conf.env.PREFIX
|
||||
|
Loading…
x
Reference in New Issue
Block a user