diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2024-04-20 08:59:12 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-27 09:28:29 +0700 |
commit | 546875d37408ac032996077d5eb3cff30b0a241f (patch) | |
tree | fce7a11926591857c1454b87c362f8e50c959d0b /development/oneTBB | |
parent | 5efc4a5a99d3d2e531eccdb6f5090e17d551cf5e (diff) |
development/oneTBB: Fix building python support.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/oneTBB')
-rw-r--r-- | development/oneTBB/oneTBB.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/oneTBB/oneTBB.SlackBuild b/development/oneTBB/oneTBB.SlackBuild index 6194ca9225c2..f74fb0ca6c1e 100644 --- a/development/oneTBB/oneTBB.SlackBuild +++ b/development/oneTBB/oneTBB.SlackBuild @@ -80,7 +80,7 @@ find -L . \ # enable Python if [ "${PYTHON:-no}" == "yes" ];then - OPTS="-DTBB4PY_BUILD" + OPTS="-DTBB4PY_BUILD=ON" fi mkdir -p build |