summaryrefslogtreecommitdiff
blob: 81df47acc7484cc8dafcdc68ad9928680cf0d2d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ./Makefile	2020-02-02 06:35:17.000000000 +0100
+++ ./Makefile	2020-03-17 23:14:26.172766381 +0100
@@ -242,7 +242,7 @@
 	echo "Description: Library for the Janet programming language." >> $@
 	$(JANET_TARGET) -e '(print "Version: " janet/version)' >> $@
 	echo 'Cflags: -I$${includedir}' >> $@
-	echo 'Libs: -L$${libdir} -ljanet $(LDFLAGS)' >> $@
+	echo 'Libs: -L$${libdir} -ljanet' >> $@
 	echo 'Libs.private: $(CLIBS)' >> $@
 
 install: $(JANET_TARGET) build/janet.pc