Commit 97008f90 by bergquist

tech(build): semicölöns

parent 75a1ff10
......@@ -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';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment