Skip to content

Commit

Permalink
verbose configure
Browse files Browse the repository at this point in the history
  • Loading branch information
theAeon committed Feb 12, 2024
1 parent a88a16b commit ea298a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions configure
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#!/bin/sh
#!/bin/sh -x

if test -z "$CMAKE"; then CMAKE="`which cmake`"; fi
if test -z "$CMAKE"; then CMAKE=/Applications/CMake.app/Contents/bin/cmake; fi
if ! test -f "$CMAKE"; then echo "no ‘cmake’ command found"; exit 1; fi

export DYLD_FALLBACK_LIBRARY_PATH="/usr/local/lib"
: ${R_HOME=`R RHOME`}
if test -z "${R_HOME}"; then
echo "could not determine R_HOME"
Expand Down

0 comments on commit ea298a9

Please sign in to comment.