File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
graalpython/com.oracle.graal.python.cext/include Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55
55
// relevant for code that is compiled without bitcode and will run only
56
56
// natively. Since the pythonjni library contains all the trampolines to call
57
57
// into the python-native.dll in this case, we must only depend on that.
58
- # pragma comment(lib, "pythonjni .lib")
58
+ # pragma comment(lib, "python-native .lib")
59
59
# endif
60
60
#endif
61
61
Original file line number Diff line number Diff line change 980
980
"extracted-dependency:graalpython:GRAALPYTHON_PYTHON_LIB" ,
981
981
],
982
982
"./libs/" : [
983
- "extracted-dependency:GRAALPYTHON_NATIVE_LIBS/pythonjni .lib" ,
983
+ "extracted-dependency:GRAALPYTHON_NATIVE_LIBS/python-native .lib" ,
984
984
],
985
985
"./lib-graalpython/" : [
986
986
"file:graalpython/lib-graalpython/*" ,
You can’t perform that action at this time.
0 commit comments