File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 256
256
257
257
// Slightly faster code paths are available when PYBIND11_HAS_SUBINTERPRETER_SUPPORT is *not*
258
258
// defined, so avoid defining it for implementations that do not support subinterpreters. However,
259
- // defining it unnecessarily is not expected to break anything (other than old iOS targets) .
259
+ // defining it unnecessarily is not expected to break anything.
260
260
// This can be overridden by the user with -DPYBIND11_HAS_SUBINTERPRETER_SUPPORT=1 or 0
261
261
#ifndef PYBIND11_HAS_SUBINTERPRETER_SUPPORT
262
262
# if PY_VERSION_HEX >= 0x030C0000 && !defined(PYPY_VERSION) && !defined(GRAALVM_PYTHON)
Original file line number Diff line number Diff line change @@ -33,4 +33,4 @@ pyodide.test-groups = ["numpy", "scipy"]
33
33
ios.test-groups = [" numpy" ]
34
34
ios.xbuild-tools = [" cmake" , " ninja" ]
35
35
ios.environment.PIP_EXTRA_INDEX_URL = " https://pypi.anaconda.org/beeware/simple"
36
- ios.config-settings."cmake.define.CMAKE_CXX_FLAGS" = " -DPYBIND11_HAS_SUBINTERPRETER_SUPPORT=0 "
36
+
You can’t perform that action at this time.
0 commit comments