Adding 0.14.1. Note that this version fails to build on x86_64 for whatever reason idk OBS-URL: https://build.opensuse.org/request/show/1306134 OBS-URL: https://build.opensuse.org/package/show/devel:languages:zig/zig0.14?expand=0&rev=1
28 lines
669 B
Diff
28 lines
669 B
Diff
Index: zig-0.14.0/CMakeLists.txt
|
|
===================================================================
|
|
--- zig-0.14.0.orig/CMakeLists.txt
|
|
+++ zig-0.14.0/CMakeLists.txt
|
|
@@ -134,7 +134,7 @@ endif()
|
|
|
|
find_package(llvm 19)
|
|
find_package(clang 19)
|
|
-find_package(lld 19)
|
|
+# find_package(lld 19)
|
|
|
|
if(ZIG_STATIC_ZLIB)
|
|
if (MSVC)
|
|
@@ -730,11 +730,11 @@ endif()
|
|
target_include_directories(zigcpp PUBLIC
|
|
${CLANG_INCLUDE_DIRS}
|
|
${LLVM_INCLUDE_DIRS}
|
|
- ${LLD_INCLUDE_DIRS}
|
|
+# ${LLD_INCLUDE_DIRS}
|
|
)
|
|
target_link_libraries(zigcpp PUBLIC
|
|
${CLANG_LIBRARIES}
|
|
- ${LLD_LIBRARIES}
|
|
+# ${LLD_LIBRARIES}
|
|
${LLVM_LIBRARIES}
|
|
${CMAKE_THREAD_LIBS_INIT}
|
|
)
|