Oh dear, start-group and end-group don't work on OSX...

This commit is contained in:
David Given
2019-07-03 22:49:28 +02:00
parent a6066e9b59
commit 771b0e4db9
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ rule library
description = AR \$in
rule link
command = \$CXX \$LDFLAGS -o \$out -Wl,--start-group \$in -Wl,--end-group \$flags
command = \$CXX \$LDFLAGS -o \$out \$in \$flags
description = LINK \$in
rule test