Skip to content

Commit 83e3c80

Browse files
committed
fix
1 parent 8815542 commit 83e3c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci_scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ case "$1" in
3535
esac
3636

3737
export CFLAGS
38-
sudo env "PATH=$PATH" make USE_PGXS=1 install -j
38+
sudo env "PATH=$PATH" CFLAGS="$CFLAGS" make USE_PGXS=1 install -j

0 commit comments

Comments
 (0)