Skip to content

Commit

Permalink
fixup! WIP: libevent testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Jul 30, 2023
1 parent bab8f64 commit 63d6279
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions bundle/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ CMAKEFLAGS += -DEVENT__DISABLE_REGRESS=ON
CMAKEFLAGS += -DEVENT__DISABLE_SAMPLES=ON
CMAKEFLAGS += -DEVENT__DISABLE_TESTS=ON
CMAKEFLAGS += -DEVENT__DISABLE_BENCHMARK=ON
CMAKEFLAGS += -DCMAKE_VERBOSE_MAKEFILE=ON
CMAKEFLAGS += -DCMAKE_INSTALL_NAME_TOOL:FILE=$(_PVXS_BUNDLE)/install_name_tool.sh

CMAKEFLAGS += -DCMAKE_MACOSX_RPATH=ON -DCMAKE_SKIP_INSTALL_RPATH=OFF
Expand Down
4 changes: 2 additions & 2 deletions bundle/install_name_tool.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
set -e

echo "INTXXX $@"
echo "INTXXX install_name_tool $@"

exec "$@"
exec install_name_tool "$@"

0 comments on commit 63d6279

Please sign in to comment.