File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -145,6 +145,7 @@ _ctypes:
145145 - dl
146146
147147_ctypes_test :
148+ build-mode : shared
148149 sources :
149150 - _ctypes/_ctypes_test.c
150151 links :
Original file line number Diff line number Diff line change @@ -649,6 +649,10 @@ const _DEPENDENCY_PACKAGE_SYMBOLS_BUNDLED: &[&str] = &[
649649 "TkBindInit" ,
650650 "TkCreateFrame" ,
651651 "Tk_FreeGC" ,
652+ // _ctypes_test module
653+ "my_free" ,
654+ "mystrdup" ,
655+ "top" ,
652656] ;
653657
654658const PYTHON_EXPORTED_SYMBOLS : & [ & str ] = & [
@@ -872,7 +876,7 @@ const GLOBAL_EXTENSIONS_WINDOWS_PRE_3_13: &[&str] = &["_msi"];
872876const GLOBAL_EXTENSIONS_WINDOWS_NO_STATIC : & [ & str ] = & [ "_testinternalcapi" , "_tkinter" ] ;
873877
874878/// Extension modules that should be built as shared libraries.
875- const SHARED_LIBRARY_EXTENSIONS : & [ & str ] = & [ "_crypt" , "_tkinter" ] ;
879+ const SHARED_LIBRARY_EXTENSIONS : & [ & str ] = & [ "_crypt" , "_ctypes_test" , " _tkinter"] ;
876880
877881const PYTHON_VERIFICATIONS : & str = include_str ! ( "verify_distribution.py" ) ;
878882
You can’t perform that action at this time.
0 commit comments