mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-13 13:17:36 +03:00
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'))
|