Skip to content
Snippets Groups Projects
Commit a9eb2fc5 authored by AlQuemist's avatar AlQuemist Committed by Wuttke, Joachim
Browse files

mk_pypack_macos.zsh: fix copy statement

parent d7c0be6b
No related branches found
No related tags found
No related merge requests found
...@@ -317,7 +317,7 @@ done ...@@ -317,7 +317,7 @@ done
echo "$TITLE: Copying external dependencies to '$xlibdir'..." echo "$TITLE: Copying external dependencies to '$xlibdir'..."
for pth fnm in ${(@kv)ex_deps}; do for pth fnm in ${(@kv)ex_deps}; do
cp -nf "$pth" "$xlibdir/$fnm" cp -fL "$pth" "$xlibdir/$fnm"
done done
# report the external libraries # report the external libraries
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment