build pip package for windows

This commit is contained in:
Naoto Kondo
2022-03-21 17:21:53 +09:00
parent b82b43cb7e
commit 6a5cb93ba6
3 changed files with 12 additions and 6 deletions

View File

@@ -1 +1,6 @@
import os
if os.name == 'nt':
os.add_dll_directory(os.path.dirname(__file__))
from .NDIlib import *