clang: update for new env

This commit is contained in:
Dylan Araps 2021-07-17 21:26:20 +03:00
parent db801050d2
commit 8ec205895e
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -1,7 +1,5 @@
#!/bin/sh -e
export DESTDIR="$1"
cmake -B build \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \