early-access version 2853
This commit is contained in:
13
externals/vcpkg/ports/llgl/fix-arm64-build-error.patch
vendored
Executable file
13
externals/vcpkg/ports/llgl/fix-arm64-build-error.patch
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index f440884..f1a9190 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -559,6 +559,8 @@ if(APPLE)
|
||||
endif()
|
||||
elseif(UNIX)
|
||||
target_link_libraries(LLGL X11 pthread Xxf86vm Xrandr)
|
||||
+elseif(WIN32)
|
||||
+ target_link_libraries(LLGL gdi32 shell32)
|
||||
endif()
|
||||
|
||||
set_target_properties(LLGL PROPERTIES LINKER_LANGUAGE CXX DEBUG_POSTFIX "D")
|
||||
Reference in New Issue
Block a user