1
0
Fork 0

Fix LibLZMA path

This commit is contained in:
Automatic Release Builder 2021-03-18 15:50:00 +00:00
parent 26c859fcbd
commit 3d47c15feb

View file

@ -118,7 +118,7 @@ otherLibs.each do |l|
end
# copy LibLZMA from Homebrew XZ
`cp /usr/local/liblzma.dylib #{$frameworksDir}`
`cp /usr/local/lib/liblzma.dylib #{$frameworksDir}`
$osgPlugins.each do |p|
pluginFile = "osgdb_#{p}.dylib"