Skip to content

Commit 9763e03

Browse files
committed
Merge branch 'PHP-8.3' into PHP-8.4
2 parents 8d9809b + 5bb8b10 commit 9763e03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmake/ext/pcre/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ target_sources(
7777
php_pcre.h
7878
)
7979

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+
8083
target_compile_definitions(php_pcre PRIVATE ZEND_ENABLE_STATIC_TSRMLS_CACHE)
8184

8285
set(PCRE2_CODE_UNIT_WIDTH 8)

0 commit comments

Comments
 (0)