3 lines
75 B
Bash
3 lines
75 B
Bash
if [ -z "${dontForceRegenCython-}"]; then
|
|
export CYTHON_FORCE_REGEN=1
|
|
fi
|