From 48d7dc25dcb34c1835630e84295610a035575477 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Tue, 27 Feb 2024 13:01:07 +0100 Subject: [PATCH] Fix non windows --- ports/py-sip/add_dll_directory.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/py-sip/add_dll_directory.patch b/ports/py-sip/add_dll_directory.patch index 66611a5..25e8345 100644 --- a/ports/py-sip/add_dll_directory.patch +++ b/ports/py-sip/add_dll_directory.patch @@ -7,7 +7,7 @@ index 3a3b094..a551b47 100644 # Publish the public API. +import os -+os.add_dll_directory(os.path.abspath(os.path.join(__file__, "../../../../../../bin"))) ++os.add_dll_directory(os.path.abspath(os.path.join(__file__, "../../../../../../bin"))) if os.name == 'nt' else None from .abstract_builder import AbstractBuilder from .abstract_project import AbstractProject from .bindings import Bindings