Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Added the -f flag to the link of the library to the local library path
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Jan 18, 2024
1 parent 67da8eb commit 86114a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/install_editable_debug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ pip install --config-settings=editable.rebuild=true \
-ve .
mkdir -p $HOME/.local/lib
LIBFILE=$(realpath ${ROOT_DIR}/build/*/bin/*swiftest.*)
ln -s $LIBFILE $HOME/.local/lib
ln -fs $LIBFILE $HOME/.local/lib

0 comments on commit 86114a1

Please sign in to comment.