Skip to content

Commit

Permalink
Merge pull request #12 from azihassan/fix/ISSUE-8-libfmt
Browse files Browse the repository at this point in the history
[ISSUE-8] libfmt patch
  • Loading branch information
azihassan authored Oct 7, 2024
2 parents 0f9e1a4 + 5f36c72 commit 3d1495c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdParty/libfmt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if(DEVILUTIONX_WINDOWS_NO_WCHAR)
endif()

# Reduces the overall binary size by 8 KiB.
if(TARGET_PLATFORM STREQUAL "rg99")
if(TARGET_PLATFORM STREQUAL "rg99" OR PLATFORM_DREAMCAST)
target_compile_definitions(fmt PUBLIC FMT_BUILTIN_TYPES=0)
endif()

Expand Down

0 comments on commit 3d1495c

Please sign in to comment.