common: export hideInternalModules
This commit is contained in:
parent
2c7717d98e
commit
a6bcc5d110
3 changed files with 20 additions and 4 deletions
|
@ -16,9 +16,6 @@ PRODUCT_NAME = atom_gyp()['product_name%']
|
|||
def main():
|
||||
os.chdir(SOURCE_ROOT)
|
||||
|
||||
# Disable old APIs
|
||||
os.environ['ELECTRON_HIDE_INTERNAL_MODULES'] = 'true'
|
||||
|
||||
config = 'D'
|
||||
if len(sys.argv) == 2 and sys.argv[1] == '-R':
|
||||
config = 'R'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue