Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed May 14, 2021
1 parent e2bdcc1 commit acbdb1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/builddeps.nim
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ proc addDependency*(conf: ConfigRef, name: string, info: TLineInfo) =
when defined(osx):
let cppExe = "clang++"
else:
let cppExe = "gcc++"
let cppExe = "g++"
when defined(linux):
# PRTEMP: avoids:
# /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
Expand Down

0 comments on commit acbdb1b

Please sign in to comment.