mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
TARGET_PLATFORM => PLATFORM
TARGET_PLATFORM is quite misleading since it is actually host platform.
This commit is contained in:
@@ -17,7 +17,7 @@ DIST_ARCH = {
|
||||
'64bit': 'x64',
|
||||
}[ARCH]
|
||||
|
||||
TARGET_PLATFORM = {
|
||||
PLATFORM = {
|
||||
'cygwin': 'win32',
|
||||
'darwin': 'darwin',
|
||||
'linux2': 'linux',
|
||||
|
||||
Reference in New Issue
Block a user