Skip to content

Commit

Permalink
fix cross compile
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed Sep 13, 2023
1 parent 574f749 commit a2957ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default/scripts/cadical.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ if [ ${ARCH_BASE} == 'windows' ]; then
patch -p1 < ${PATCHES_DIR}/CaDiCaL_20190730.patch
fi
if [ ${ARCH} == 'linux-arm' ] || [ ${ARCH} == 'linux-arm64' ] || [ ${ARCH} == 'linux-riscv64' ]; then
sed -i '306,389d' configure
sed -i '316,439d' configure
fi
if [ ${ARCH_BASE} == 'darwin' ]; then
sed -i '306,389d' configure
sed -i '316,439d' configure
fi
if [ ${ARCH_BASE} == 'windows' ]; then
sed -i '247,347d' configure
Expand Down

0 comments on commit a2957ec

Please sign in to comment.