mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
build: Support building Electron on msys2 (#29477)
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> Co-authored-by: Juan Cruz Viotti <jv@jviotti.com>
This commit is contained in:
@@ -18,6 +18,7 @@ BASE_URL = os.getenv('LIBCHROMIUMCONTENT_MIRROR') or \
|
||||
|
||||
PLATFORM = {
|
||||
'cygwin': 'win32',
|
||||
'msys': 'win32',
|
||||
'darwin': 'darwin',
|
||||
'linux': 'linux',
|
||||
'linux2': 'linux',
|
||||
|
||||
Reference in New Issue
Block a user