Skip to content

Commit

Permalink
improve PCRE2 detection
Browse files Browse the repository at this point in the history
  • Loading branch information
cesar-douady committed Apr 18, 2024
1 parent 5ed2707 commit 7d67f5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions _bin/sys_config
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ PYTHON2=${PYTHON2:-python2} ; PYTHON2=$(type -p $PYTHON2||:)
PYTHON=${PYTHON:-python3} ; PYTHON=$( type -p $PYTHON )
CXX=${CXX:-g++} ; CXX=$( type -p $CXX )

echo /$PYTHON2/ /$PYTHON/ /$CXX/

#
# Python configuration (Python2 is optional)
#
Expand Down

0 comments on commit 7d67f5e

Please sign in to comment.