From 25b4f1c3b873d23f5bc713b31361a8d98767833f Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Thu, 1 Jun 2006 14:41:07 +0000 Subject: [PATCH] add space character before -Xlinker in call of linker for Mach-O --- Mac/PmCleanSystem.icl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/PmCleanSystem.icl b/Mac/PmCleanSystem.icl index 595dcd9..22ac5c6 100644 --- a/Mac/PmCleanSystem.icl +++ b/Mac/PmCleanSystem.icl @@ -573,7 +573,7 @@ Link linker` winfun path +++ " -framework Carbon" +++ " -o '"+++ to_unix_path path +++ "'" // +++ " -g" // for debugging syms - +++ "-Xlinker -stack_addr -Xlinker 0xc0000000 -Xlinker -stack_size -Xlinker 0x"+++stack_size_aligned_4k_hex_string + +++ " -Xlinker -stack_addr -Xlinker 0xc0000000 -Xlinker -stack_size -Xlinker 0x"+++stack_size_aligned_4k_hex_string // +++ if (ss > standard_mosx_stack) (" -stack-size " +++ stack_size_aligned_4k_hex_string) "" +++ if (size linker`<>0) (" "+++linker`) "" // +++ " -L/sw/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0" // -- GitLab