You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/media-plugins/deadbeef-replaygain-control/files/deadbeef-replaygain-control...

16 lines
378 B

diff --git a/Makefile b/Makefile
index 1d05e5f..f7228da 100644
--- a/Makefile
+++ b/Makefile
@@ -42,8 +42,8 @@ define compile
endef
define link
- echo $(CC) $(LDFLAGS) $1 $2 $3 -o $@
- $(CC) $(LDFLAGS) $1 $2 $3 -o $@
+ echo $(CC) $(CFLAGS) $(LDFLAGS) $1 $2 $3 -o $@
+ $(CC) $(CFLAGS) $(LDFLAGS) $1 $2 $3 -o $@
endef
# Builds both GTK+2 and GTK+3 versions of the plugin.