mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
7 lines
128 B
Plaintext
7 lines
128 B
Plaintext
# For MAS build, we force defining "MAS_BUILD".
|
|
config("mas_build") {
|
|
if (is_mas_build) {
|
|
defines = [ "MAS_BUILD" ]
|
|
}
|
|
}
|