Skip to content

Commit 76f6a4a

Browse files
committed
Remove dep symlinks from tarball
1 parent 5432a1d commit 76f6a4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ $(TARBALL): node out/doc
224224
cp -r out/doc/api/* $(TARNAME)/doc/api/
225225
rm -rf $(TARNAME)/deps/v8/test # too big
226226
rm -rf $(TARNAME)/doc/images # too big
227+
find $(TARNAME)/ -type l | xargs rm # annoying on windows
227228
tar -cf $(TARNAME).tar $(TARNAME)
228229
rm -rf $(TARNAME)
229230
gzip -f -9 $(TARNAME).tar

0 commit comments

Comments
 (0)