We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269f721 commit 4689386Copy full SHA for 4689386
graalpython/com.oracle.graal.python.cext/CMakeLists.txt
@@ -253,7 +253,7 @@ target_include_directories(${TARGET_LIBPYTHON} PRIVATE
253
# target-specific compile and link options
254
######################################################################
255
256
-target_compile_definitions(${TARGET_LIBPYTHON} PRIVATE Py_BUILD_CORE)
+target_compile_definitions(${TARGET_LIBPYTHON} PRIVATE Py_BUILD_CORE Py_BUILD_CORE_BUILTIN)
257
target_compile_options(${TARGET_LIBPYTHON} PRIVATE ${CFLAGS_WARNINGS})
258
259
if(WIN32)
0 commit comments