mirror of
https://projects.blender.org/blender/blender.git
synced 2025-01-22 15:32:15 -05:00
Fix: Wrong make deps xml2 library install on Linux and macOS
Order was swapped in refactoring in #123196.
This commit is contained in:
parent
29873ea3d7
commit
e70dac8f7e
1 changed files with 2 additions and 2 deletions
|
@ -40,9 +40,9 @@ endif()
|
|||
|
||||
if(UNIX)
|
||||
if(APPLE)
|
||||
harvest(external_xml2 xml2/lib opencollada/lib "*.a")
|
||||
else()
|
||||
harvest(external_xml2 xml2/include xml2/include "*.h")
|
||||
harvest(external_xml2 xml2/lib xml2/lib "*.a")
|
||||
else()
|
||||
harvest(external_xml2 xml2/lib opencollada/lib "*.a")
|
||||
endif()
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue