Skip to content

Commit 7116d92

Browse files
authored
wangle: update compiler.blacklist to include clang of macOS 11
1 parent b77d6f0 commit 7116d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devel/wangle/Portfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if {${os.platform} eq "darwin" && ${os.major} < 15} {
5050

5151
# Fix error: invalid output constraint '=@ccc' in asm
5252
compiler.blacklist-append \
53-
{clang < 1200}
53+
{clang < 1400}
5454

5555
compiler.cxx_standard 2017
5656
cmake.generator Ninja

0 commit comments

Comments
 (0)