Skip to content

Commit

Permalink
Add sdb in CFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Nov 27, 2023
1 parent 8bbf4ba commit 9da609d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci-scripts/ci-build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ DEBUGME=1 pwd ; ls -lah

# add the extracted content to the pkg-config/path
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$CI_RIZIN/lib/pkgconfig"
export CFLAGS="$CFLAGS -I$CI_RIZIN/include/librz"
export CFLAGS="$CFLAGS -I$CI_RIZIN/include/librz -I$CI_RIZIN/include/librz/sdb"
export PATH="$PATH:$CI_RIZIN/bin"
echo "PATH: $PATH"
echo "CFLAGS: $CFLAGS"
Expand Down

0 comments on commit 9da609d

Please sign in to comment.