mirror of
https://abf.rosa.ru/djam/SDL3.git
synced 2025-02-23 22:02:54 +00:00
13 lines
532 B
Diff
13 lines
532 B
Diff
diff -urN SDL2-2.0.3/CMakeLists.txt SDL2-2.0.3-patched/CMakeLists.txt
|
|
--- SDL2-2.0.3/CMakeLists.txt 2014-03-16 13:31:41.000000000 +1100
|
|
+++ SDL2-2.0.3-patched/CMakeLists.txt 2014-06-08 21:15:39.121190857 +1100
|
|
@@ -148,9 +148,6 @@
|
|
set(CMAKE_C_FLAGS "$ENV{CFLAGS}")
|
|
list(APPEND EXTRA_CFLAGS "$ENV{CFLAGS}")
|
|
endif()
|
|
-if(NOT ("$ENV{CFLAGS}" STREQUAL "")) # Hackish, but does the trick on Win32
|
|
- list(APPEND EXTRA_LDFLAGS "$ENV{LDFLAGS}")
|
|
-endif()
|
|
|
|
if(MSVC)
|
|
option(FORCE_STATIC_VCRT "Force /MT for static VC runtimes" OFF)
|