Skip to content

Commit e8bfc78

Browse files
committed
try fix ln command
1 parent 23c561a commit e8bfc78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/build-binary-dist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if which >/dev/null python; then
4646
pyver=$(ls "$destdir$prefix/lib" | sed -n 's/^python//p')
4747
pydest="$destdir/Library/Python/$pyver/site-packages"
4848
mkdir -p "$pydest"
49-
cp "$destdir$prefix/lib/python$pyver/site-packages"/pgf* "$pydest"
49+
ln "$destdir$prefix/lib/python$pyver/site-packages"/pgf*.so "$pydest"
5050
fi
5151
popd
5252
else

0 commit comments

Comments
 (0)