Skip to content

Commit

Permalink
cd SRC_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
cbouss committed May 8, 2024
1 parent c997f43 commit 5a521fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipe/build-lib.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash
set -ex

cd ${SRC_DIR}

if [[ "$(uname)" == "Linux" ]]; then
# protobuf uses PROTOBUF_OPT_FLAG to set the optimization level
# unit test can fail if optmization above 0 are used.
Expand Down

0 comments on commit 5a521fc

Please sign in to comment.