This commit is contained in:
Anthony Green
2017-03-15 09:52:39 -04:00
parent 5b10a01981
commit 5a8fca9405

View File

@@ -220,7 +220,7 @@ proc libffi_target_compile { source dest type options } {
# this may be required for g++, but just confused clang.
if { [string match "*.cc" $source] } {
if { [string match $compiler_vendor "gnu"] }
if { [string match $compiler_vendor "gnu"] } {
lappend options "c++"
}
}