Skip to content

Commit ec23650

Browse files
committed
installDependencies : Delete files from bin
On Windows, the DLL files are in the installation `bin` directory and need to be removed before building.
1 parent 92bee1a commit ec23650

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/installDependencies.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
os.path.join( "include", "IECore*" ),
112112
os.path.join( "lib", "libIECore*" ),
113113
os.path.join( "lib", "IECore*" ),
114+
os.path.join( "bin", "IECore*" ),
114115
os.path.join( "python", "IECore*" ),
115116
os.path.join( "resources", "IECore*" ),
116117
"procedurals",

0 commit comments

Comments
 (0)