We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fdf4982 + 9763e03 commit ff91766Copy full SHA for ff91766
cmake/ext/pcre/CMakeLists.txt
@@ -77,6 +77,9 @@ target_sources(
77
php_pcre.h
78
)
79
80
+# TODO: Fix this better for OBJECT libraries, which can't handle .def files.
81
+set_source_files_properties(php_pcre.def PROPERTIES HEADER_FILE_ONLY TRUE)
82
+
83
target_compile_definitions(php_pcre PRIVATE ZEND_ENABLE_STATIC_TSRMLS_CACHE)
84
85
set(PCRE2_CODE_UNIT_WIDTH 8)
0 commit comments