mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-09 04:58:16 +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'))
|