Skip to content

Commit

Permalink
Add /app/lib to Lua search locations (for Flatpak)
Browse files Browse the repository at this point in the history
  • Loading branch information
Unrud authored and pchote committed Mar 2, 2019
1 parent 666d2e7 commit 7d72aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/configure-native-deps.sh
Expand Up @@ -6,7 +6,7 @@
# Copy-paste the entire script into http://shellcheck.net to check.
####

locations="/lib /lib64 /usr/lib /usr/lib64 /usr/lib/i386-linux-gnu /usr/lib/x86_64-linux-gnu /usr/lib/arm-linux-gnueabihf/ /usr/lib/mipsel-linux-gnu /usr/local/lib /opt/lib /opt/local/lib"
locations="/lib /lib64 /usr/lib /usr/lib64 /usr/lib/i386-linux-gnu /usr/lib/x86_64-linux-gnu /usr/lib/arm-linux-gnueabihf/ /usr/lib/mipsel-linux-gnu /usr/local/lib /opt/lib /opt/local/lib /app/lib"
sonames="liblua.so.5.1.5 liblua5.1.so.5.1 liblua5.1.so.0 liblua.so.5.1 liblua-5.1.so liblua5.1.so"

if [ -f Eluant.dll.config ]; then
Expand Down

0 comments on commit 7d72aae

Please sign in to comment.