Fix LibLZMA path
This commit is contained in:
parent
26c859fcbd
commit
3d47c15feb
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue