mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-27 15:14:21 +00:00
cmake: fix psvita builds
This commit is contained in:
parent
2326ad038d
commit
a98ed47403
@ -186,6 +186,10 @@ else()
|
|||||||
add_definitions(-D_CRT_SILENCE_NONCONFORMING_TGMATH_H)
|
add_definitions(-D_CRT_SILENCE_NONCONFORMING_TGMATH_H)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(VITA)
|
||||||
|
add_compile_options(-fno-use-cxa-atexit)
|
||||||
|
endif()
|
||||||
|
|
||||||
check_include_file("tgmath.h" HAVE_TGMATH_H)
|
check_include_file("tgmath.h" HAVE_TGMATH_H)
|
||||||
if(HAVE_TGMATH_H)
|
if(HAVE_TGMATH_H)
|
||||||
if(NOT MSVC)
|
if(NOT MSVC)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user