mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2024-12-22 12:30:17 +02:00
Fix DOS compilation (Attempt 2)
This commit is contained in:
parent
178c9e0689
commit
49fefca596
@ -37,7 +37,7 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
# neither does dos idk i'm trying random stuff
|
# neither does dos idk i'm trying random stuff
|
||||||
if (DJGPP_WATT32) {
|
if (DJGPP_WATT32)
|
||||||
SET(UMSKT_USE_SHARED_OPENSSL ON)
|
SET(UMSKT_USE_SHARED_OPENSSL ON)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
@ -85,7 +85,7 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
|||||||
MESSAGE(STATUS "[UMSKT] macOS has no static library - Shared library forced on")
|
MESSAGE(STATUS "[UMSKT] macOS has no static library - Shared library forced on")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (DJGPP_WATT32) {
|
if (DJGPP_WATT32)
|
||||||
SET(BUILD_SHARED_LIBS ON)
|
SET(BUILD_SHARED_LIBS ON)
|
||||||
MESSAGE(STATUS "[UMSKT] DOS has no static library - Shared library forced on")
|
MESSAGE(STATUS "[UMSKT] DOS has no static library - Shared library forced on")
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user