Skip to content

Commit 7e9cae8

Browse files
committed
scripts/compileit.sh - install into a branch prefix
1 parent 8ac66b3 commit 7e9cae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/compileit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ cmake -S .. \
4040
-DENABLE_GTK_DOC=ON \
4141
$CMAKE_VERSION4_OPTIONS \
4242
-DLIBICAL_BUILD_TESTING_BIGFUZZ=ON \
43-
-DCMAKE_INSTALL_PREFIX="$HOME/tmp" &&
43+
-DCMAKE_INSTALL_PREFIX="$HOME/tmp/libical-$BRANCH" &&
4444
ninja && ninja test && ninja install && ninja uninstall

0 commit comments

Comments
 (0)