mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
14 lines
378 B
Diff
14 lines
378 B
Diff
--- configure
|
|
+++ configure
|
|
@@ -775,9 +775,9 @@
|
|
# udpate Makefile with the configure results
|
|
sed < Makefile.in "
|
|
/^CC *=/s#=.*#=$CC#
|
|
-/^CFLAGS *=/s#=.*#=$CFLAGS#
|
|
+/^CFLAGS *=/s#=.*#+=$CFLAGS#
|
|
/^SFLAGS *=/s#=.*#=$SFLAGS#
|
|
-/^LDFLAGS *=/s#=.*#=$LDFLAGS#
|
|
+/^LDFLAGS *=/s#=.*#+=$LDFLAGS#
|
|
/^LDSHARED *=/s#=.*#=$LDSHARED#
|
|
/^CPP *=/s#=.*#=$CPP#
|
|
/^STATICLIB *=/s#=.*#=$STATICLIB#
|