mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-13 07:09:01 +08:00
Merge pull request #394 from google/fix_shared_macos_builds
Don't set SOVERSION property for ios/macos unity bundle.
This commit is contained in:
commit
098232e08d
@ -881,7 +881,7 @@ else ()
|
||||
set_target_properties(dracodec PROPERTIES SOVERSION 1)
|
||||
set_target_properties(dracoenc PROPERTIES SOVERSION 1)
|
||||
set_target_properties(draco PROPERTIES SOVERSION 1)
|
||||
if (BUILD_UNITY_PLUGIN)
|
||||
if (BUILD_UNITY_PLUGIN AND (NOT APPLE))
|
||||
set_target_properties(dracodec_unity PROPERTIES SOVERSION 1)
|
||||
endif ()
|
||||
endif ()
|
||||
|
Loading…
x
Reference in New Issue
Block a user