We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1113084 commit c43cd7eCopy full SHA for c43cd7e
CMakeLists.txt
@@ -16,10 +16,8 @@ if (CMAKE_SYSTEM_PROCESSOR MATCHES "AMD64")
16
endif()
17
18
# Statically link SDL3 for Linux targets
19
-if (CMAKE_SYSTEM_NAME MATCHES "Linux")
20
- set(SDL_STATIC ON)
21
- set(CMAKE_POSITION_INDEPENDENT_CODE ON)
22
-endif()
+set(SDL_STATIC ON)
+set(CMAKE_POSITION_INDEPENDENT_CODE ON)
23
24
# if (CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
25
# add_custom_command(
0 commit comments