Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8bf7ef1

Browse files
committed
Sync variable names
1 parent 50a374e commit 8bf7ef1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎cmake/ext/lexbor/CMakeLists.txt‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ add_feature_info(
2424
add_library(php_ext_lexbor OBJECT)
2525

2626
file(
27-
GLOB_RECURSE lexborHeaders
27+
GLOB_RECURSE lexbor_headers
2828
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
2929
${CMAKE_CURRENT_SOURCE_DIR}/lexbor/*.h
3030
)
@@ -212,7 +212,7 @@ target_sources(
212212
FILE_SET HEADERS
213213
FILES
214214
php_lexbor.h
215-
${lexborHeaders}
215+
${lexbor_headers}
216216
)
217217

218218
target_compile_definitions(

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /