summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9623534..aa3cecd 100644
--- a/Makefile
+++ b/Makefile
@@ -759,9 +759,9 @@ wingcc-finish:
$(SOURCE_DIR)/gcc.msvcr110.spec > \
$(WINGCC_INST_DIR)/lib/gcc/$(XGCC_TARGET64)/$(VERSION_GCC)/msvcr110
cd $(WINGCC_INST_DIR)/lib/gcc/$(XGCC_TARGET64)/$(VERSION_GCC) && \
- cp -f ../../lib/libgcc_s.a .
+ cp -f ../../x86_64-w64-mingw32/lib/libgcc_s.a .
cd $(WINGCC_INST_DIR)/lib/gcc/$(XGCC_TARGET64)/$(VERSION_GCC)/32 && \
- cp -f ../../lib32/libgcc_s.a .
+ cp -f ../../../x86_64-w64-mingw32/lib32/libgcc_s.a .
cd $(XGCC_INST_DIR)/x86_64-w64-mingw32/include && \
cp -f windows.h Windows.h