aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authornakst <>2021-02-26 14:46:38 +0000
committernakst <>2021-02-26 14:46:38 +0000
commit7b4ddd9b183df811ecf7ba4394036881c7c0ef71 (patch)
tree901632f1f5400fc8b3e7abf82b9ff118be47aeac /src/main.cpp
parentac155d90368214e2625230055573fdd17578c6e6 (diff)
update essence API header
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 5e0c564c9..6f4f45263 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -2216,7 +2216,7 @@ int main(int arg_count, char const **arg_ptr) {
if (build_context.cross_compiling && selected_target_metrics->metrics == &target_essence_amd64) {
#ifdef GB_SYSTEM_UNIX
- system_exec_command_line_app("linker", "x86_64-essence-gcc \"%.*s.o\" -o \"%.*s\" %.*s %.*s", // -ffreestanding -nostdlib
+ system_exec_command_line_app("linker", "x86_64-essence-gcc -ffreestanding -nostdlib \"%.*s.o\" -o \"%.*s\" %.*s %.*s",
LIT(output_base), LIT(output_base), LIT(build_context.link_flags), LIT(build_context.extra_linker_flags));
#else
gb_printf_err("Linking for cross compilation for this platform is not yet supported (%.*s %.*s)\n",