There was an error while loading. Please reload this page.
1 parent 35c48f0 commit ce02b4fCopy full SHA for ce02b4f
1 file changed
build/build.js
@@ -10,6 +10,9 @@ const kDepotToolsPath = path.join(kCwd, 'third_party', 'depot_tools');
10
const kDawnPath = `${kCwd}/third_party/dawn`;
11
const kOutDir = 'out/cmake-release';
12
const kBuildPath = `${kDawnPath}/${kOutDir}`
13
+console.log('kCwd: ', kCwd);
14
+console.log('kDawnPath: ', kDawnPath);
15
+console.log('kBuildPath:', kBuildPath);
16
17
const isMac = process.platform === 'darwin';
18
const isWin = process.platform === 'win32';
0 commit comments