mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-10 12:02:53 +02:00
keep correct rpath when using -m32
This commit is contained in:
parent
b7028e4dd0
commit
49e19ce79f
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ else
|
|||
add_project_arguments('-std=c++11', language: 'objcpp')
|
||||
rpath = '$ORIGIN/lib'
|
||||
if get_option('appimage') != true
|
||||
if sizeof['long'] == 8
|
||||
if sizeof['long'] == 8 and get_option('force32') != true
|
||||
rpath += '64'
|
||||
endif
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue