Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP4:SLECandidates
zig
0000-remove-lld-in-cmakelist.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0000-remove-lld-in-cmakelist.patch of Package zig
diff -ruN zig-0.13.0.orig/CMakeLists.txt zig-0.13.0/CMakeLists.txt --- zig-0.13.0.orig/CMakeLists.txt 2024-06-08 02:06:52.784489192 +0800 +++ zig-0.13.0/CMakeLists.txt 2024-06-08 02:07:26.458213443 +0800 @@ -139,7 +139,7 @@ find_package(llvm 18) find_package(clang 18) -find_package(lld 18) +# find_package(lld 18) if(ZIG_STATIC_ZLIB) if (MSVC) @@ -736,11 +736,11 @@ 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} )
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor