Skip to content

Commit e698e81

Browse files
committed
Condense whitespace in config.w32 CFLAGS
1 parent d075dd3 commit e698e81

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config.w32

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ if (PHP_MONGODB != "no") {
7070
/I" + configure_module_dirname + "/src/libmongoc/src/mongoc \
7171
";
7272

73+
// Condense whitespace in CFLAGS
74+
PHP_MONGODB_CFLAGS = PHP_MONGODB_CFLAGS.replace(/\s+/g, ' ');
75+
7376
// Generated with: find src/libbson/src/bson -name '*.c' -print0 | cut -sz -d / -f 5- | sort -z | tr '\000' ' '
7477
var PHP_MONGODB_BSON_SOURCES="bcon.c bson-atomic.c bson.c bson-clock.c bson-context.c bson-decimal128.c bson-error.c bson-iso8601.c bson-iter.c bson-json.c bson-keys.c bson-md5.c bson-memory.c bson-oid.c bson-reader.c bson-string.c bson-timegm.c bson-utf8.c bson-value.c bson-version-functions.c bson-writer.c";
7578

0 commit comments

Comments
 (0)