From b92cfc012018e101ad3b9eabb9347a61f0bdeaab Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 1 Feb 2025 13:59:11 -0500 Subject: [PATCH] Set libdir --- zone.xiv.astra.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zone.xiv.astra.yml b/zone.xiv.astra.yml index 437fdd3..d6773c4 100644 --- a/zone.xiv.astra.yml +++ b/zone.xiv.astra.yml @@ -127,6 +127,8 @@ modules: - -DRust_COMPILER=/usr/lib/sdk/rust-stable/bin/rustc - -DENABLE_GAMEMODE=OFF - -DBUILD_FLATPAK=ON + - -DCMAKE_INSTALL_LIBDIR=/app/lib + - -DLIB_INSTALL_DIR=/app/lib build-options: build-args: - --share=network # needed for cargo unfortunately, flatpak has no native support (yet)