Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
cesar-douady committed Apr 18, 2024
1 parent 7d67f5e commit e5c99d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _bin/sys_config
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,9 @@ USE_LIBC_START_MAIN=$(./start_main)
cat <<"EOF" > pcre.cc
#define PCRE2_CODE_UNIT_WIDTH 8
#include <pcre2.h>
void foo() {
pcre2_compile(nullptr,0,PCRE2_ANCHORED|PCRE2_DOTALL|PCRE2_ENDANCHORED,nullptr,nullptr,nullptr) ;
}
EOF
if $CXX -c -std=c++20 -o pcre.o pcre.cc 2>/dev/null
then HAS_PCRE=1
Expand Down

0 comments on commit e5c99d5

Please sign in to comment.