# SWIG hard codes the directory to its library directory at compile time. As obs-deps need to be relocatable, we need to # force SWIG to look for its files in a directory relative to the PREFIX_PATH. The best way to ensure this is to set the # SWIG_LIB environment variable. foreach...