summarylogtreecommitdiffstats
path: root/makefile.patch
blob: c23030bcf6ce70e0e4639d329a58e981ebb20ae6 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- cbqn.old/makefile	2021-11-19 18:45:39.137888117 -0500
+++ cbqn.new/makefile	2021-11-19 18:46:00.934817411 -0500
@@ -91,7 +91,7 @@
 
 
 gen: builtins core base jit utils # build the final binary
-	@$(CC) ${lf} ${PIE} -o BQN ${bd}/*.o -lm
+	@$(CC) ${lf} ${PIE} ${LDFLAGS} -o BQN ${bd}/*.o -lm
 	@echo ${postmsg}
 
 # build individual object files