mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Fix issue when building on NixOS, firstly occured under commit 819a85ee
This commit is contained in:
committed by
Christoffer Lerno
parent
07c59e6a6c
commit
4f0716ab13
@@ -150,7 +150,7 @@ if(C3_WITH_LLVM)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if (NOT WIN32)
|
||||
if (EXISTS /usr/lib)
|
||||
# Some systems (such as Alpine Linux) seem to put some of the relevant
|
||||
# LLVM files in /usr/lib, but this doesn't seem to be included in the
|
||||
# value of LLVM_LIBRARY_DIRS.
|
||||
|
||||
Reference in New Issue
Block a user