build: support building Electron on msys2 (#29449)
Electron already seems to support `cygwin`, so `msys` is a natural addition. This is the only required change as far as I can see on my local development environment, as otherwise the build scripts don't realize that msys = windows. Notes: none Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
This commit is contained in:
parent
d6109b2eb4
commit
f9213faec5
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ import sys
|
||||||
|
|
||||||
PLATFORM = {
|
PLATFORM = {
|
||||||
'cygwin': 'win32',
|
'cygwin': 'win32',
|
||||||
|
'msys': 'win32',
|
||||||
'darwin': 'darwin',
|
'darwin': 'darwin',
|
||||||
'linux': 'linux',
|
'linux': 'linux',
|
||||||
'linux2': 'linux',
|
'linux2': 'linux',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue