From 75c3f64fedc5294ab515faa4a3ee5dcbdcf5ff87 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 6 Mar 2024 15:20:55 -0600 Subject: [PATCH] shiboken2 py310 rebottle Closes #484. Signed-off-by: Chris --- Formula/shiboken2@5.15.11_py310.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/shiboken2@5.15.11_py310.rb b/Formula/shiboken2@5.15.11_py310.rb index 257ecf93..c0ad6222 100644 --- a/Formula/shiboken2@5.15.11_py310.rb +++ b/Formula/shiboken2@5.15.11_py310.rb @@ -43,7 +43,7 @@ def install cmake_args = std_cmake_args - # NOTE: ipatch build will fail if using `python3` cmake requires major+minor ie. `python3.10` + # NOTE: ipatch, build will fail if using `python3` cmake requires major+minor ie. `python3.10` python_executable = Formula["python@3.10"].opt_bin/"python3.10" python_lib = Formula["python@3.10"].opt_lib/"libpython3.10.dylib"