mirror of
https://github.com/termux/termux-packages.git
synced 2025-02-22 22:47:51 +00:00
12 lines
360 B
Diff
12 lines
360 B
Diff
--- a/check-deps/Makefile
|
|
+++ b/check-deps/Makefile
|
|
@@ -19,7 +19,7 @@
|
|
# This is needed for checking build dependency
|
|
#
|
|
|
|
-CHECK_CFLAGS = $(CFLAGS) $(CFLAGS_$@) -O2 -Werror
|
|
+CHECK_CFLAGS = $(CFLAGS) $(CFLAGS_$@) $(CPPFLAGS) -O2 -Werror
|
|
CHECK_LDFLAGS = $(LDFLAGS) $(LDFLAGS_$@)
|
|
|
|
# libpython3 provides an embed verison of pkg-config file since python3.8
|