summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0c76e86..e87e0bf 100644
--- a/Makefile
+++ b/Makefile
@@ -705,6 +705,8 @@ wingcc-pthread-64:
make $(JOBS) install
cp -f $(WINGCC_INST_DIR)/$(XGCC_TARGET64)/bin/libwinpthread-1.dll \
$(WINGCC_INST_DIR)/$(XGCC_TARGET64)/lib
+ cp -f $(WINGCC_INST_DIR)/$(XGCC_TARGET64)/bin/libwinpthread-1.dll \
+ $(WINGCC_INST_DIR)/bin
wingcc-gcc:
rm -Rf $(BUILD_DIR)/gcc && mkdir -p $(BUILD_DIR)/gcc