summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2020-06-20 01:49:03 (GMT)
committerTony Theodore <tonyt@logyst.com>2020-06-20 01:49:03 (GMT)
commit71d2f5d14325f6aac607385273e37dc9812747ba (patch)
treedde7d65063bb9631c2e9e6b4a4e731f16ef44c62
parent695c99469b566f35b864927c6d0db9602ea19a4c (diff)
downloadmxe-71d2f5d14325f6aac607385273e37dc9812747ba.zip
mxe-71d2f5d14325f6aac607385273e37dc9812747ba.tar.gz
mxe-71d2f5d14325f6aac607385273e37dc9812747ba.tar.bz2
gcc: also remove dlfcn.h
fixes #2529
-rw-r--r--src/gcc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gcc.mk b/src/gcc.mk
index 150de99..debd120 100644
--- a/src/gcc.mk
+++ b/src/gcc.mk
@@ -62,6 +62,7 @@ define $(PKG)_BUILD_mingw-w64
# - can't be reliably disabled in all subdirs
# safe option is `make clean`, but we don't want to enforce that
-rm -v '$(PREFIX)/$(TARGET)'/{lib,bin}/libdl.*
+ -rm -v '$(PREFIX)/$(TARGET)/include/dlfcn.h'
# install mingw-w64 headers
$(call PREPARE_PKG_SOURCE,mingw-w64,$(BUILD_DIR))