From acbdb1bc35671dc97a3087fc9c10e7d0c2555735 Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Fri, 14 May 2021 00:34:33 -0700 Subject: [PATCH] fixup --- compiler/builddeps.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/builddeps.nim b/compiler/builddeps.nim index b6426e16b712a..e3e16d353a0be 100644 --- a/compiler/builddeps.nim +++ b/compiler/builddeps.nim @@ -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