Skip to content

Commit 2d6d25c

Browse files
Update src/SPC/builder/linux/LinuxBuilder.php
Co-authored-by: Marc <[email protected]>
1 parent f1a9a28 commit 2d6d25c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/SPC/builder/linux/LinuxBuilder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,6 @@ private function getMakeExtraVars(): array
359359
$static = SPCTarget::isStatic() ? '-all-static' : '';
360360
$lib = BUILD_LIB_PATH;
361361
return [
362-
// 'CPPFLAGS' => '-Dsomethinghere',
363362
'EXTRA_CFLAGS' => getenv('SPC_CMD_VAR_PHP_MAKE_EXTRA_CFLAGS'),
364363
'EXTRA_LIBS' => $config['libs'],
365364
'EXTRA_LDFLAGS' => getenv('SPC_CMD_VAR_PHP_MAKE_EXTRA_LDFLAGS'),

0 commit comments

Comments
 (0)