--cc:env now works correctly to assign linker executable, allowing to cross-compile/run for windows on osx via wine (#18672)

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

* fixup
This commit is contained in:
Timothee Cour
2021-08-11 02:42:01 -07:00
committed by GitHub
parent d0dd923acf
commit 8540065754

View File

@@ -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