Skip to content

Commit e611861

Browse files
FriwiDevmagreenblatt
authored andcommitted
Remove swiftshader from make_distrib.<sh|bat>
1 parent 0b63fb2 commit e611861

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tools/make_distrib.bat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ copy %OUT_BINARY_PATH%\natives_blob.bin %DISTRIB_LIB_PATH%
7676
copy %OUT_BINARY_PATH%\snapshot_blob.bin %DISTRIB_LIB_PATH%
7777
copy %OUT_BINARY_PATH%\v8_context_snapshot.bin %DISTRIB_LIB_PATH%
7878
xcopy /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.
8281
xcopy /sfy %OUT_DOCS_PATH%\* %DISTRIB_DOCS_PATH%\

tools/make_distrib.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ else
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
103102
fi
104103

0 commit comments

Comments
 (0)