Skip to content

Commit 5b646cd

Browse files
committed
CMakeLists.txt: Specify nanobind STABLE_ABI flag
1 parent 174c12e commit 5b646cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ add_executable(sleigh
6969
install(TARGETS sleigh DESTINATION bin)
7070

7171
nanobind_add_module(pypcode_native
72+
STABLE_ABI
7273
pypcode/pypcode_native.cpp
7374
${SLEIGH_COMMON}
7475
${ZLIB}

0 commit comments

Comments
 (0)