gcc: also remove dlfcn.h

fixes #2529
pull/2343/merge
Tony Theodore 4 years ago
parent 695c99469b
commit 71d2f5d143

@ -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))

Loading…
Cancel
Save