From ac584a4c61259908bf5c047691137f51f71faa95 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 25 Feb 2019 01:27:37 -0500 Subject: project: static linking: dlfake: initial commit. --- project/headers.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'project/headers.mk') diff --git a/project/headers.mk b/project/headers.mk index a275e50..7078ecf 100644 --- a/project/headers.mk +++ b/project/headers.mk @@ -1,3 +1,5 @@ ifneq ($(PYTHON_MAJOR),) include $(PROJECT_DIR)/project/variants/$(PYTHON_MAJOR).$(PYTHON_MINOR).$(PYTHON_MICRO)/headers.mk endif + +INTERNAL_HEADERS += $(PROJECT_DIR)/wrappers/dlfcn/dlfake.h -- cgit v1.2.3