mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
tech(build): semicölöns
This commit is contained in:
parent
75a1ff1037
commit
97008f90c4
@ -13,9 +13,9 @@ module.exports = function (grunt) {
|
||||
};
|
||||
|
||||
if (grunt.option('arch')) {
|
||||
config.arch = grunt.option('arch')
|
||||
config.arch = grunt.option('arch');
|
||||
} else {
|
||||
config.arch = os.arch()
|
||||
config.arch = os.arch();
|
||||
|
||||
if (process.platform.match(/^win/)) {
|
||||
config.arch = process.env.hasOwnProperty('ProgramFiles(x86)') ? 'x64' : 'x86';
|
||||
|
Loading…
Reference in New Issue
Block a user