Skip to content
Snippets Groups Projects
Commit 1cbf2197 authored by Jens Nolte's avatar Jens Nolte
Browse files

Fix set-environment script to use new include path

parent 3df5f5f9
No related branches found
No related tags found
1 merge request!16Merge dev branch into master
......@@ -15,7 +15,7 @@ function link_environment {
if [[ "$1" == /* ]]; then
TARGET="$1"
else
TARGET="../$1"
TARGET="../../$1"
fi
echo "Linking qthing/include/environment.h to $TARGET"
ln -snf "$TARGET" "qthing/include/environment.h"
......
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