From b4ed5fc9bf3edf10ae0c4e11844251a05f9371db Mon Sep 17 00:00:00 2001 From: Sajid Date: Tue, 28 Jan 2025 17:16:45 +0600 Subject: [PATCH] Update flatpak define --- UnleashedRecomp/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/UnleashedRecomp/CMakeLists.txt b/UnleashedRecomp/CMakeLists.txt index 38097443..a9827a23 100644 --- a/UnleashedRecomp/CMakeLists.txt +++ b/UnleashedRecomp/CMakeLists.txt @@ -298,8 +298,7 @@ else() endif() if (UNLEASHED_RECOMP_FLATPAK) - target_compile_definitions(UnleashedRecomp PRIVATE "GAME_INSTALL_DIRECTORY=\"/var/data\"") - target_compile_definitions(UnleashedRecomp PRIVATE "UNLEASHED_RECOMP_FLATPAK") + target_compile_definitions(UnleashedRecomp PRIVATE "UNLEASHED_RECOMP_FLATPAK GAME_INSTALL_DIRECTORY=\"/var/data\"") endif() if (UNLEASHED_RECOMP_D3D12)