This commit is contained in:
Dave 2025-12-10 21:39:53 +01:00 committed by GitHub
parent af223847dc
commit 20b57b88b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -122,10 +122,10 @@ if(FLTO_SUPPORTED)
endif()
if(NOT PLATFORM_DREAMCAST)
set_target_properties(GL PROPERTIES
COMPILE_OPTIONS "-m32"
LINK_OPTIONS "-m32"
)
set_target_properties(GL PROPERTIES
COMPILE_OPTIONS "-m32"
LINK_OPTIONS "-m32"
)
endif()
link_libraries(m)