Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Commit

Permalink
Turn pcre off on static windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
keenanlang committed Mar 20, 2018
1 parent bd4a4e0 commit a4a0f50
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configure/CONFIG_SITE.Common.win32-x86-static
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
BUILD_PCRE=NO

undefine PCRE_LIB
undefine PCRE_INCLUDE
4 changes: 4 additions & 0 deletions configure/CONFIG_SITE.Common.windows-x64-static
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
BUILD_PCRE=NO

undefine PCRE_LIB
undefine PCRE_INCLUDE

0 comments on commit a4a0f50

Please sign in to comment.