Skip to content

Commit

Permalink
maybe fix libevent once for all
Browse files Browse the repository at this point in the history
  • Loading branch information
Okkonen-GitHub committed Oct 29, 2024
1 parent a9c7cd0 commit c8593b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extra/src/lib/libevent.ecmp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cmake
tar -xzf $NAME-$VERSION.tar.gz

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

0 comments on commit c8593b3

Please sign in to comment.