mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-27 12:51:42 +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()
|
endif()
|
||||||
|
|
||||||
if (UNLEASHED_RECOMP_FLATPAK)
|
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()
|
endif()
|
||||||
|
|
||||||
if (UNLEASHED_RECOMP_D3D12)
|
if (UNLEASHED_RECOMP_D3D12)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue