Skip to content

Commit 8764d0c

Browse files
committed
Use clang rather than cc in specs
1 parent a3467ba commit 8764d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/truffle/posix_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
before :all do
1313
src = fixture __FILE__, "libtestnfi.c"
1414
lib = src[0...-1] + RbConfig::CONFIG['NATIVE_DLEXT']
15-
unless system "cc", "-shared", "-o", lib, src
15+
unless system "clang", "-shared", "-o", lib, src
1616
abort "Could not compile libtestnfi"
1717
end
1818

0 commit comments

Comments
 (0)