From 29ed7bed414aaf6711d7e2a98fef19d69d1e15e2 Mon Sep 17 00:00:00 2001 From: Thomas Klausner Date: Thu, 9 May 2024 14:38:07 +0200 Subject: [PATCH] Fix build on NetBSD. --- Materials/platforms/unix.mkscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Materials/platforms/unix.mkscript b/Materials/platforms/unix.mkscript index d9cd3908..f5136362 100644 --- a/Materials/platforms/unix.mkscript +++ b/Materials/platforms/unix.mkscript @@ -67,7 +67,7 @@ INWEB = inweb/Tangled/inweb {end-define} {define: link to: TO from: FROM ?options: OPTS} - clang -lm -lpthread -static -g -o {TO} {FROM} {OPTS} + clang -static -g -o {TO} {FROM} {OPTS} -lm -lpthread {end-define} # Where: