From 13ab608a4bb4b6093c6095a2a0b975a3572855c2 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Sat, 12 Sep 2020 00:50:29 +0100 Subject: build: Fix flag passing to the linker and compiler. --- link | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'link') diff --git a/link b/link index 2b99b87..08006ad 100644 --- a/link +++ b/link @@ -1,4 +1,4 @@ #/fake/bash redo-ifchange "$0" "link" "${deps[@]}" . loadargs "link" -gcc -o "$3" "${deps[@]}" +gcc "${args[@]}" -o "$3" "${deps[@]}" -- cgit v1.2.3-54-g00ecf