pkgsrc-wip/clang-git/Makefile
2017-05-06 00:41:49 +02:00

12 lines
317 B
Makefile

# $NetBSD$
PKGNAME= clang-5.0.0
PYTHON_FOR_BUILD_ONLY= yes
CMAKE_ARGS+= -DCLANG_ENABLE_STATIC_ANALYZER=OFF
# There are some contrib utilities written in python here.
# We don't want to add a python runtime dependency for that.
CHECK_INTERPRETER_SKIP+= share/clang/*
.include "../../wip/clang-git/Makefile.common"