From ec23650c418d3b4d7b3c7014bb72dfb9e28d01fb Mon Sep 17 00:00:00 2001 From: Eric Mehl Date: Thu, 14 Nov 2024 10:05:27 -0500 Subject: [PATCH] installDependencies : Delete files from `bin` On Windows, the DLL files are in the installation `bin` directory and need to be removed before building. --- config/installDependencies.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config/installDependencies.py b/config/installDependencies.py index 9c0891e507..eca1f63949 100755 --- a/config/installDependencies.py +++ b/config/installDependencies.py @@ -111,6 +111,7 @@ os.path.join( "include", "IECore*" ), os.path.join( "lib", "libIECore*" ), os.path.join( "lib", "IECore*" ), + os.path.join( "bin", "IECore*" ), os.path.join( "python", "IECore*" ), os.path.join( "resources", "IECore*" ), "procedurals",