Skip to content

Commit a5a5d06

Browse files
committed
Update for Python 3.13
1 parent f858428 commit a5a5d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/optiondefs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
#if TARGET_OS_IPHONE
14-
#define DYNAMIC_PYTHON3_DLL "python3_ios.framework/python3_ios"
14+
#define DYNAMIC_PYTHON3_DLL "Python.framework/Python"
1515
#endif
1616

1717
// The options that are local to a window or buffer have "indir" set to one of

0 commit comments

Comments
 (0)