mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
The C++ interop modules require C++ support. Explicitly require C++ as a feature when building these modules. This has no impact on the changes as all the tests enable C++ already.
5 lines
66 B
Plaintext
5 lines
66 B
Plaintext
module ExternVar {
|
|
header "extern-var.h"
|
|
requires cplusplus
|
|
}
|