mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-24 21:33:51 +03:00
6c4ea468b2
Revert part of commit 138213ac
.
6 lines
132 B
Python
6 lines
132 B
Python
import os
|
|
import sys
|
|
|
|
if hasattr(os, 'add_dll_directory'):
|
|
os.add_dll_directory(os.path.join(os.getcwd(), '..', '..', '.libs'))
|