diff options
Diffstat (limited to 'src/gcc.mk')
-rw-r--r-- | src/gcc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)) |