blob: b73853787f48c239128fe0ce21a48b50b267cea4 (
plain)
1
2
3
|
eval "$(declare -f build | sed '3i export CFLAGS="$CFLAGS -Wno-error=incompatible-pointer-types"')"
# Can't figure out how to properly escape the $ and I'm out of patience
eval "$(declare -f check | sed 's@.CARCH@i686@')"
|