Commit fb1d3d6c authored by saltedcoffii's avatar saltedcoffii Committed by GitHub

[Fix Package] libx11 (#5206)

parent c4fe9ab7
......@@ -28,8 +28,8 @@ class Libx11 < Package
depends_on 'libxtrans'
def self.build
system "env CFLAGS="-fuse-ld=lld" \
CXXFLAGS="-fuse-ld=lld" \
system "env CFLAGS='-fuse-ld=lld' \
CXXFLAGS='-fuse-ld=lld' \
./configure #{CREW_OPTIONS}"
system 'make'
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment