File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,6 @@ copy %OUT_BINARY_PATH%\natives_blob.bin %DISTRIB_LIB_PATH%
7676copy %OUT_BINARY_PATH% \snapshot_blob.bin %DISTRIB_LIB_PATH%
7777copy %OUT_BINARY_PATH% \v8_context_snapshot.bin %DISTRIB_LIB_PATH%
7878xcopy /sfy %OUT_BINARY_PATH% \*.pak %DISTRIB_LIB_PATH%
79- xcopy /sfy %OUT_BINARY_PATH% \swiftshader\* %DISTRIB_LIB_PATH% \swiftshader\
8079
8180:: Copy documentation to the docs directory.
8281xcopy /sfy %OUT_DOCS_PATH% \* %DISTRIB_DOCS_PATH% \
Original file line number Diff line number Diff line change 9898 cp -f " $OUT_BINARY_PATH " /v8_context_snapshot.bin " $DISTRIB_LIB_PATH "
9999 cp -f " $OUT_BINARY_PATH " /* .pak " $DISTRIB_LIB_PATH "
100100 cp -rf " $OUT_BINARY_PATH " /locales/ " $DISTRIB_LIB_PATH "
101- cp -rf " $OUT_BINARY_PATH " /swiftshader/ " $DISTRIB_LIB_PATH "
102101 fi
103102fi
104103
You can’t perform that action at this time.
0 commit comments