mirror of
https://github.com/termux/termux-packages.git
synced 2025-03-03 05:38:11 +00:00
25 lines
733 B
Diff
25 lines
733 B
Diff
--- ./wmake/makefiles/general.orig 2022-12-21 16:16:18.000000000 +0000
|
|
+++ ./wmake/makefiles/general 2022-12-31 10:44:17.369395701 +0000
|
|
@@ -58,8 +58,8 @@
|
|
LIB_PLATFORMS = $(WM_PROJECT_DIR)/platforms/$(WM_OPTIONS)/lib
|
|
OBJECTS_DIR = $(MAKE_DIR)/$(WM_OPTIONS)
|
|
|
|
-SYS_INC =
|
|
-SYS_LIBS =
|
|
+SYS_INC = -I@TERMUX_PREFIX@/include
|
|
+SYS_LIBS = -L@TERMUX_PREFIX@/lib
|
|
|
|
# Add linkage for openmp into the system libraries
|
|
ifneq (,$(findstring +openmp,$(WM_COMPILE_CONTROL)))
|
|
@@ -67,8 +67,8 @@
|
|
endif
|
|
|
|
# These are set by Make/options
|
|
-EXE_INC =
|
|
-EXE_LIBS =
|
|
+EXE_INC = -I@TERMUX_PREFIX@/include
|
|
+EXE_LIBS = -L@TERMUX_PREFIX@/lib
|
|
LIB_LIBS =
|
|
|
|
# Project include/libraries
|