From 86114a1e25039eb4ae6cf6bd8a3ba9f3b6ba53bc Mon Sep 17 00:00:00 2001 From: David Minton Date: Thu, 18 Jan 2024 12:48:25 -0500 Subject: [PATCH] Added the -f flag to the link of the library to the local library path --- buildscripts/install_editable_debug.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscripts/install_editable_debug.sh b/buildscripts/install_editable_debug.sh index b8638dc8c..cf4b8f774 100755 --- a/buildscripts/install_editable_debug.sh +++ b/buildscripts/install_editable_debug.sh @@ -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