Explorar o código

Fix macOS build.

Miku AuahDark %!s(int64=2) %!d(string=hai) anos
pai
achega
464aca21cb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/CMakeLists.txt

+ 1 - 1
src/CMakeLists.txt

@@ -88,7 +88,7 @@ elseif (${CMAKE_SYSTEM_NAME} STREQUAL "Darwin")
 
 	if (NOT IOS)
 		# macOS needs -undefined dynamic_lookup
-		target_compile_definitions(https -undefined dynamic_lookup)
+		target_link_options(https PRIVATE -undefined dynamic_lookup)
 	else ()
 		target_link_libraries(https ${LUA_LIBRARIES})
 	endif ()