summary refs log tree commit diff stats
path: root/compiler/extccomp.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2018-01-04 15:59:10 +0100
committerAndreas Rumpf <rumpf_a@web.de>2018-01-04 15:59:10 +0100
commit464d037c1758243664d46595ab4bd800d86e041f (patch)
tree2885cc822fa362f6f5b8603b882feab6e0a02a18 /compiler/extccomp.nim
parent2e635ab28cb60be5e63e01ecf074596ccc385696 (diff)
parent2cf94fe7e74afcd48aa8ee19f59231baf56737d6 (diff)
downloadNim-464d037c1758243664d46595ab4bd800d86e041f.tar.gz
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Diffstat (limited to 'compiler/extccomp.nim')
-rw-r--r--compiler/extccomp.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/extccomp.nim b/compiler/extccomp.nim
index 5299b2dbf..62990593d 100644
--- a/compiler/extccomp.nim
+++ b/compiler/extccomp.nim
@@ -253,7 +253,7 @@ compiler tcc:
     compilerExe: "tcc",
     cppCompiler: "",
     compileTmpl: "-c $options $include -o $objfile $file",
-    buildGui: "UNAVAILABLE!",
+    buildGui: "-Wl,-subsystem=gui",
     buildDll: " -shared",
     buildLib: "", # XXX: not supported yet
     linkerExe: "tcc",