llvm: Switch PYTHON_FOR_BUILD_ONLY to "tool".

Avoids problems where python is buildlinked, and buildlink dependencies of
python ending up being available during the build but not registered as full
dependencies, resulting in them potentially being unavailable at runtime.
This commit is contained in:
jperkin 2023-11-23 11:01:46 +00:00
parent ec93872846
commit 576c73c72d
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.93 2023/11/08 13:19:49 wiz Exp $
# $NetBSD: Makefile,v 1.94 2023/11/23 11:01:46 jperkin Exp $
#
# When updating this, please also update:
# devel/include-what-you-use
@ -37,7 +37,7 @@ LICENSE= apache-2.0
USE_LANGUAGES= c c++14
GCC_REQD+= 7
PYTHON_FOR_BUILD_ONLY= yes
PYTHON_FOR_BUILD_ONLY= tool
PYTHON_VERSIONS_INCOMPATIBLE= 27