Skip to content

Commit

Permalink
fix(driver/configure): properly pass CC variable as make argument.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP committed May 17, 2024
1 parent 590e109 commit 5ded26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/configure/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
SCRIPT=$(readlink -f "$0")
SCRIPT_DIR=$(dirname ${SCRIPT})

make -C ${SCRIPT_DIR} > ${SCRIPT_DIR}/build.log 2>&1
make CC="$(CC)" -C ${SCRIPT_DIR} > ${SCRIPT_DIR}/build.log 2>&1

0 comments on commit 5ded26a

Please sign in to comment.