Skip to content

Commit 4e4bd2f

Browse files
committed
fix installation
1 parent cc32860 commit 4e4bd2f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

windows-compile-vs.ps1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ function create-extension-directories {
343343
"ext\mbstring\libmbfl\nls", "ext\morton", "ext\mysqli", "ext\mysqlnd", "ext\opcache", "ext\opcache\jit",
344344
"ext\opcache\jit\ir", "ext\opcache\jit\tls", "ext\openssl", "ext\pcre", "ext\pcre\pcre2lib", "ext\pdo",
345345
"ext\pdo_mysql", "ext\pdo_sqlite", "ext\pecl-file_formats-yaml-2.2.5", "ext\phar", "ext\php-ext-zstd-0.15.2",
346-
"ext\php-leveldb-88071eb1b1eae96af043229104b9d813f7cbe40c", "ext\php-rdkafka-6.0.3", "ext\protobuf",
346+
"ext\php-leveldb-88071eb1b1eae96af043229104b9d813f7cbe40c", "ext\php-rdkafka-6.0.4", "ext\protobuf",
347347
"ext\protobuf\third_party", "ext\protobuf\third_party\utf8_range", "ext\random", "ext\reflection",
348348
"ext\simplexml", "ext\snappy", "ext\sockets", "ext\sodium", "ext\spl", "ext\sqlite3", "ext\standard",
349349
"ext\standard\libavifinfo", "ext\tokenizer", "ext\uri", "ext\uri\uriparser", "ext\uri\uriparser\src",
@@ -527,6 +527,8 @@ function build_rdkafka {
527527
-DCMAKE_PREFIX_PATH=`"$DEPS_DIR`"^`
528528
-DCMAKE_INSTALL_PREFIX=`"$DEPS_DIR`"^`
529529
-DBUILD_SHARED_LIBS=ON^`
530+
-DRDKAFKA_BUILD_EXAMPLES=OFF^`
531+
-DRDKAFKA_BUILD_TESTS=OFF^`
530532
-DWITH_ZSTD=ON^`
531533
-DWITH_SSL=ON^`
532534
-DWITH_CURL=OFF^`

0 commit comments

Comments
 (0)