mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-27 04:41:39 +00:00
Slight formatting update
This commit is contained in:
parent
9cec2b51bf
commit
ede073e8a4
1 changed files with 4 additions and 1 deletions
|
|
@ -298,7 +298,10 @@ else()
|
|||
endif()
|
||||
|
||||
if (UNLEASHED_RECOMP_FLATPAK)
|
||||
target_compile_definitions(UnleashedRecomp PRIVATE "UNLEASHED_RECOMP_FLATPAK GAME_INSTALL_DIRECTORY=\"/var/data\"")
|
||||
target_compile_definitions(UnleashedRecomp PRIVATE
|
||||
"UNLEASHED_RECOMP_FLATPAK"
|
||||
"GAME_INSTALL_DIRECTORY=\"/var/data\""
|
||||
)
|
||||
endif()
|
||||
|
||||
if (UNLEASHED_RECOMP_D3D12)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue