Skip to content

Commit 20d129f

Browse files
Fix build dir in Shell script build
1 parent 4a3eb01 commit 20d129f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/ci_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
build_dir="../build"
2+
build_dir="build"
33
release_flags="-DCMAKE_BUILD_TYPE=Release"
44
opt_flags="-O3 -march=native -flto -funroll-loops -fomit-frame-pointer -fstrict-aliasing -ftree-vectorize -fvisibility=hidden"
55

0 commit comments

Comments
 (0)