Newer
Older
dub_jkp / test / issue346-redundant-flags.sh
@Martin Nowak Martin Nowak on 29 Sep 2015 155 bytes use DC instead of COMPILER
#!/bin/sh

cd ${CURR_DIR}/issue346-redundant-flags
${DUB} build --bare --force --compiler=${DC} -a x86 main | grep -e "-m32 -m32" 2>&1 && exit 1 || exit 0