aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPouria Rezaei <Pouria.rz@outlook.com>2025-01-13 12:57:52 +0330
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-01-18 08:13:13 +0700
commit2d1f052a617d73e4ee15f77d3af205ae1b61eb9b (patch)
treeeec1073c89b920895a6012afef3d1153b3711fc9
parent6f74c3124a96905e1c82d00680e6da589a51d1ef (diff)
libraries/toml11: Update script.
Make CXX standard the gcc call. Signed-off-by: Pouria Rezaei <Pouria.rz@outlook.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--libraries/toml11/toml11.SlackBuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/libraries/toml11/toml11.SlackBuild b/libraries/toml11/toml11.SlackBuild
index dca7e8b141..1466fef055 100644
--- a/libraries/toml11/toml11.SlackBuild
+++ b/libraries/toml11/toml11.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for toml11
-# Copyright 2019-2024 Pouria Rezaei <Pouria.rz@outlook.com>
+# Copyright 2019-2025 Pouria Rezaei <Pouria.rz@outlook.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -85,7 +85,6 @@ cd build
cmake -G Ninja \
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
- -DCMAKE_CXX_STANDARD=11 \
-DTOML11_BUILD_TOML_TESTS=OFF \
-DCMAKE_INSTALL_LIBDIR:PATH="lib${LIBDIRSUFFIX}" \
-DCMAKE_BUILD_TYPE=Release ..