default_pre_build &&

# libjxl stomps on /usr/include/zconf.h and /usr/include/zlib.h
# so the BUILD OPTS is adjusted such that these headers are not installed 
if module_installed libjxl; then 
  lrm libjxl &&
  lunar fix zlib
fi &&

./deps.sh
