wscript: fix install on Android
This commit is contained in:
parent
ca3544d559
commit
23e2f4d0cc
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue