Skip to content

Commit

Permalink
installDependencies : Delete files from bin
Browse files Browse the repository at this point in the history
On Windows, the DLL files are in the installation `bin` directory and
need to be removed before building.
  • Loading branch information
ericmehl committed Nov 14, 2024
1 parent 92bee1a commit ec23650
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/installDependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ec23650

Please sign in to comment.