1
0
mirror of https://github.com/Mauler125/r5sdk.git synced 2025-02-09 19:15:03 +01:00

Add "PLATFORM_64NITS" define

Should be defined as platform is 64bits only.
This commit is contained in:
Amos 2023-06-27 07:53:08 +02:00
parent 33dfe63f67
commit 48d81d2369

@ -36,6 +36,7 @@ macro( apply_project_settings )
"SPDLOG_COMPILED_LIB"
"SPDLOG_NO_EXCEPTIONS"
"CURL_STATICLIB"
"PLATFORM_64BITS" # Target is 64bits only.
"${GAMEDLL_OPTION}"
)