capstone: fix src_configure section

This commit is contained in:
blshkv 2019-11-02 16:50:06 +08:00
parent 4c66cfd3a1
commit 0d172121f0
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F

View file

@ -30,4 +30,5 @@ src_configure() {
# Don't build tests if not requested: bug #663006
sed -i tests/Makefile -e 's@all: $(BINARY)@all:@' || die
fi
cmake-utils_src_configure
}