Skip to content

Commit

Permalink
Attempt fixing detection of PyInterpreterState_GetID
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Oct 12, 2024
1 parent 8f4f6ab commit 67adbdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/cmake/CythonExtension.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ get_property(PYTHON_EXTENSIONS_SOURCE_DIR GLOBAL PROPERTY PYTHON_EXTENSIONS_SOUR
include(CheckCSourceCompiles)

set(SAFE_CMAKE_REQUIRED_INCLUDES "${CMAKE_REQUIRED_INCLUDES}")
set(CMAKE_REQUIRED_INCLUDES "${Python_INCLUDE_DIRS}")
set(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} ${Python_INCLUDE_DIRS})
set(PYINTERPRETER_STATE_SOURCE.github/workflows/requirements.txt
"
#include <stdint.h>
Expand Down

0 comments on commit 67adbdd

Please sign in to comment.