llvm: don't override MAKEFLAGS. Closes #105

This commit is contained in:
Dylan Araps 2019-10-13 09:32:48 +03:00
parent fcec852b52
commit 97a102fac3
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -16,5 +16,5 @@ cmake \
-DLLVM_BUILD_TESTS=OFF \
-Wno-dev -G "Unix Makefiles" ..
make -j "$(nproc || echo 2)"
make
make DESTDIR="$1" install