mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-28 17:13:45 +03:00
🎨 Set environment variables using dot notation
This commit is contained in:
parent
ddc90533b5
commit
38a096bd05
@ -28,10 +28,10 @@ function readEnvironmentVariables() {
|
||||
loadEnvironmentVariables('/var/lib/jenkins/config/atomcredentials');
|
||||
loadEnvironmentVariables('/var/lib/jenkins/config/xcodekeychain');
|
||||
} else if (process.platform === 'linux') {
|
||||
// Use clang for building native code, the GCC on precise is too old.
|
||||
process.env['CC'] = 'clang';
|
||||
process.env['CXX'] = 'clang++';
|
||||
process.env['npm_config_clang'] = '1';
|
||||
// Use Clang for building native code, the GCC on Precise is too old.
|
||||
process.env.CC = 'clang';
|
||||
process.env.CXX = 'clang++';
|
||||
process.env.npm_config_clang = '1';
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user