File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -541,10 +541,13 @@ target_compile_definitions(xmoto PRIVATE CONFIGURE_DEFAULT_THEME=\"Classic\")
541
541
542
542
if (CMAKE_SYSTEM_NAME MATCHES Windows )
543
543
target_compile_definitions (xmoto PRIVATE
544
- DEFAULT_ASIAN_TTF_FILE=\" Textures/Fonts/bkai00mp.ttf\" )
544
+ ASIAN_TTF_FILE=\" Textures/Fonts/bkai00mp.ttf\" )
545
+ elseif (CMAKE_SYSTEM_NAME MATCHES FreeBSD )
546
+ target_compile_definitions (xmoto PRIVATE
547
+ ASIAN_TTF_FILE=\" /usr/local/share/fonts/TrueType/bkai00mp.ttf\" )
545
548
else ()
546
549
target_compile_definitions (xmoto PRIVATE
547
- DEFAULT_ASIAN_TTF_FILE =\" /usr/share/fonts/truetype/arphic/bkai00mp.ttf\" )
550
+ ASIAN_TTF_FILE =\" /usr/share/fonts/truetype/arphic/bkai00mp.ttf\" )
548
551
endif ()
549
552
550
553
# Handle localization
You can’t perform that action at this time.
0 commit comments