summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/x86_64-linux-musl/config.mk4
-rw-r--r--config/x86_64-nt64-midipix/config.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/config/x86_64-linux-musl/config.mk b/config/x86_64-linux-musl/config.mk
index d5f3e20..68a2aef 100644
--- a/config/x86_64-linux-musl/config.mk
+++ b/config/x86_64-linux-musl/config.mk
@@ -1,3 +1,5 @@
+PYTHON_PATH =
+
CFLAGS_NCURSES = -I$(SYSROOT)/usr/local/include/ncurses -I$(SYSROOT)/usr/include/ncurses
LDFLAGS_NCURSES = -Wl,--as-needed -lpanelw -lncursesw -Wl,--no-as-needed
@@ -12,8 +14,6 @@ LDFLAGS_EXPAT = -lexpat
CFLAGS_DBM = -DHAVE_NDBM_H
LDFLAGS_DBM = -lgdbm_compat
-PYTHON_PATH =
-
DYNLOAD_SRCS = \
Python/dynload_shlib.c \
diff --git a/config/x86_64-nt64-midipix/config.mk b/config/x86_64-nt64-midipix/config.mk
index eac7adc..9bae290 100644
--- a/config/x86_64-nt64-midipix/config.mk
+++ b/config/x86_64-nt64-midipix/config.mk
@@ -1,3 +1,5 @@
+PYTHON_PATH =
+
CFLAGS_NCURSES = -I$(SYSROOT)/usr/local/include/ncurses -I$(SYSROOT)/usr/include/ncurses
LDFLAGS_NCURSES = -Wl,--as-needed -lpanelw -lncursesw -ltinfo -Wl,--no-as-needed
@@ -12,8 +14,6 @@ LDFLAGS_EXPAT = -lexpat
CFLAGS_DBM = -DHAVE_NDBM_H
LDFLAGS_DBM = -lgdbm_compat
-PYTHON_PATH =
-
DYNLOAD_SRCS = \
Python/dynload_shlib.c \