Skip to content

Commit

Permalink
fix libevent installpath
Browse files Browse the repository at this point in the history
  • Loading branch information
Okkonen-GitHub committed Oct 26, 2024
1 parent ead2679 commit 16d98b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/src/libevent.ecmp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ tar -xzf $NAME-$VERSION.tar.gz

[install]
mkdir build && cd build
cmake ..
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
make
make DESTDIR=$BUILD_ROOT install

0 comments on commit 16d98b7

Please sign in to comment.