You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
Add rpath to find art libraries
This commit is contained in:
@@ -102,7 +102,8 @@ executable('android-translation-layer', [
|
||||
],
|
||||
link_args: [
|
||||
'-rdynamic'
|
||||
])
|
||||
],
|
||||
install_rpath: get_option('prefix') / get_option('libdir') / 'art:' + get_option('prefix') / get_option('libdir') / 'java/dex/android_translation_layer/natives')
|
||||
|
||||
# hax_arsc_lib.dex (named as classes2.dex so it works inside a jar)
|
||||
subdir('src/ARSCLib')
|
||||
|
||||
Reference in New Issue
Block a user