aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah <9856269+sarahM0@users.noreply.github.com>2019-09-18 14:26:02 -0400
committerGitHub <noreply@github.com>2019-09-18 14:26:02 -0400
commit4f20f0f561a79fdb42ad82ee7489b6183a4d2786 (patch)
treeb6f9342f7a1bc5965e92bfd6833040776657d309
parenteb2304f5f4d29abd195c3bc1b7389f2e000cf813 (diff)
downloadamber-4f20f0f561a79fdb42ad82ee7489b6183a4d2786.tar.gz
[dawn] fix build (#656)
-rw-r--r--kokoro/scripts/linux/build_dawn.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kokoro/scripts/linux/build_dawn.sh b/kokoro/scripts/linux/build_dawn.sh
index aa8635d..c5572d8 100644
--- a/kokoro/scripts/linux/build_dawn.sh
+++ b/kokoro/scripts/linux/build_dawn.sh
@@ -94,7 +94,7 @@ cmake -GNinja ..\
$CMAKE_C_CXX_COMPILER\
-DCMAKE_BUILD_TYPE=$BUILD_TYPE\
-DDawn_INCLUDE_DIR=$DAWN/src/include\
- -DDawn_GEN_INCLUDE_DIR=$DAWN/out/Release/gen\
+ -DDawn_GEN_INCLUDE_DIR=$DAWN/out/Release/gen/src/include\
-DDawn_LIBRARY_DIR=$DAWN/out/Release
echo $(date): Build everything...