Skip to content

Commit

Permalink
fixed incorrect prefix for libgit
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksArt000 committed Oct 23, 2024
1 parent 145a15c commit ad72f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/src/libgit2.ecmp
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ tar -xzf $NAME-$VERSION.tar.gz

[install]
mkdir build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=$SOVIET_BUILD_DIR
cmake .. -DCMAKE_INSTALL_PREFIX=$SOVIET_BUILD_DIR/usr
cmake --build . --target install

0 comments on commit ad72f31

Please sign in to comment.