8000 Use system-ffi by default on macOS · python/cpython@6cafbfe · GitHub
[go: up one dir, main page]

Skip to content

Commit 6cafbfe

Browse files
committed
Use system-ffi by default on macOS
1 parent 0b679b6 commit 6cafbfe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

configure

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3561,7 +3561,8 @@ if test "$ac_sys_system" = "Darwin"
35613561
then
35623562
case "$with_system_ffi" in
35633563
"")
3564-
with_system_ffi="no"
3564+
dnl XXX WIP hack
3565+
with_system_ffi="yes"
35653566
;;
35663567
yes|no)
35673568
;;

0 commit comments

Comments
 (0)
0