mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
wscript: removed redundant irix linkflags
This commit is contained in:
1
wscript
1
wscript
@@ -431,7 +431,6 @@ def configure(conf):
|
||||
conf.env.RPATH_ST = '-Wl,-z,origin,-rpath,%s'
|
||||
conf.env.DEFAULT_RPATH = '$ORIGIN'
|
||||
elif conf.env.DEST_OS == 'irix':
|
||||
linkflags.append('-Wl,-rpath-link=/usr/lib32')
|
||||
conf.env.DEFAULT_RPATH = '/usr/lib32:/usr/sgug/lib32'
|
||||
elif conf.env.DEST_OS == 'darwin':
|
||||
conf.env.DEFAULT_RPATH = '@loader_path'
|
||||
|
||||
Reference in New Issue
Block a user