Skip to content

Commit 253206d

Browse files
committed
better
1 parent 5a60f4c commit 253206d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SPC/builder/unix/library/librdkafka.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ protected function build(): void
2525
FileSystem::replaceFileStr(
2626
$this->source_dir . '/src/rd.h',
2727
'#error "IOV_MAX not defined"',
28-
'#define IOV_MAX 1024' . "\n#define __GNU__"
28+
"#define IOV_MAX 1024\n#define __GNU__"
2929
);
3030
UnixAutoconfExecutor::create($this)
3131
->appendEnv(['CFLAGS' => '-Wno-int-conversion -Wno-unused-but-set-variable -Wno-unused-variable'])

0 commit comments

Comments
 (0)