We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5960139 commit 242cdb7Copy full SHA for 242cdb7
src/compatibility/readme.md
src/std/makefile
@@ -26,7 +26,7 @@ LIB_H = $(wildcard *.h)
26
27
# windows is trash at copying files, so just do it manually
28
ifeq ($(OS),Windows_NT)
29
-COPY_HEADERS = xcopy /y $(call NATIVEPATH,$(CURDIR)/*.h) $(call NATIVEPATH,$(LOC_H))
+COPY_HEADERS = xcopy /y *.h $(call NATIVEPATH,$(LOC_H))
30
COPY_LIBFILEIO = xcopy /y $(call NATIVEPATH,$(FILEIODIR)/build/*.src) $(call NATIVEPATH,$(LIB_LOC)/fileio)
31
COPY_LIBSTATIC = xcopy /y $(call NATIVEPATH,$(STATICDIR)/*.src) $(call NATIVEPATH,$(LIB_LOC)/static) && \
32
xcopy /y $(call NATIVEPATH,$(STATICDIR)/build/*.src) $(call NATIVEPATH,$(LIB_LOC)/static)
0 commit comments