community/openshadinglanguage fix

This commit is contained in:
Kevin Mihelich 2013-12-08 01:05:23 +00:00
parent bbde00e341
commit ee157a9997

View file

@ -30,6 +30,7 @@ build() {
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DLLVM_STATIC=0 ${BITCODE} \
-DSTOP_ON_WARNING=0 \
../..
make
}