Skip to content

Commit

Permalink
--cc:env now works correctly to assign linker executable, allowing to…
Browse files Browse the repository at this point in the history
… cross-compile/run for windows on osx via wine (nim-lang#18672)

* --cc:env now works correctly to assign linker executable, allowing using wine on osx

* fixup
  • Loading branch information
timotheecour authored and PMunch committed Mar 28, 2022
1 parent 08965c4 commit 3bf0409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/extccomp.nim
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ compiler envcc:
buildGui: "",
buildDll: " -shared ",
buildLib: "", # XXX: not supported yet
linkerExe: "cc",
linkerExe: "",
linkTmpl: "-o $exefile $buildgui $builddll $objfiles $options",
includeCmd: " -I",
linkDirCmd: "", # XXX: not supported yet
Expand Down

0 comments on commit 3bf0409

Please sign in to comment.