You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: iis/dependencies/build_pcre.bat
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ move "%PCRE_DIR%" "pcre"
15
15
)
16
16
17
17
cd"pcre"
18
-
cat CMakeLists.txt | sed "s/PCRE_STATIC_RUNTIME OFF CACHE BOOL/PCRE_STATIC_RUNTIME/g"> CMakeLists.txt.ops
18
+
cat CMakeLists.txt | sed "s/PCRE_STATIC_RUNTIME OFF CACHE BOOL/PCRE_STATIC_RUNTIME/g"| sed "s/PCRE_NO_RECURSE OFF/PCRE_NO_RECURSE ON/g"> CMakeLists.txt.ops
0 commit comments