Browse Source

cmake: fix psvita builds

fix-cwd-path
fgsfds 2 years ago
parent
commit
a98ed47403
  1. 4
      CMakeLists.txt

4
CMakeLists.txt

@ -186,6 +186,10 @@ else() @@ -186,6 +186,10 @@ else()
add_definitions(-D_CRT_SILENCE_NONCONFORMING_TGMATH_H)
endif()
if(VITA)
add_compile_options(-fno-use-cxa-atexit)
endif()
check_include_file("tgmath.h" HAVE_TGMATH_H)
if(HAVE_TGMATH_H)
if(NOT MSVC)

Loading…
Cancel
Save