Skip to content

Commit acbdb1b

Browse files
committed
fixup
1 parent e2bdcc1 commit acbdb1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/builddeps.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ proc addDependency*(conf: ConfigRef, name: string, info: TLineInfo) =
2929
when defined(osx):
3030
let cppExe = "clang++"
3131
else:
32-
let cppExe = "gcc++"
32+
let cppExe = "g++"
3333
when defined(linux):
3434
# PRTEMP: avoids:
3535
# /usr/bin/ld: /home/runner/work/Nim/Nim/nimcache/r_linux_amd64/nimdragonbox.o: relocation R_X86_64_32S against `.rodata' can not be used when making a PIE object; recompile with -fPIE

0 commit comments

Comments
 (0)