Skip to content

Commit 2ec323e

Browse files
committed
Potential fix for Win32 build
It seems in one of rebases I’ve resolved conflicts wrong and left one redundant line, it is absent in current master and it might cause compilation failure by copying file into itself.
1 parent 3446f28 commit 2ec323e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mk/rt.mk

-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ $$(LIBUV_LOCAL_$(1)): $$(LIBUV_DEPS) $$(MKFILE_DEPS)
217217
CXX="$$(CXX_$(1))" \
218218
AR="$$(AR_$(1))" \
219219
V=$$(VERBOSE)
220-
$$(Q)cp $$(S)src/libuv/libuv.a $$@
221220
else ifeq ($(OSTYPE_$(1)), apple-ios) # iOS
222221
$$(LIBUV_XCODEPROJ_$(1)): $$(LIBUV_DEPS) $$(MKFILE_DEPS) $$(LIBUV_STAMP_$(1))
223222
cp -rf $(S)src/libuv/ $$(LIBUV_BUILD_DIR_$(1))

0 commit comments

Comments
 (0)