Use llphysicsextensions_tpv as prebuilt name for Havok lib to avoid Autobuild failing the already installed check

Ansariel 2018-01-22 11:51:21 +01:00
parent 622e3303c5
commit 82846a5f14
2 changed files with 3 additions and 4 deletions

View File

@ -2608,7 +2608,7 @@
<key>version</key>
<string>1.0.504710</string>
</map>
<key>llphysicsextensions_stub</key>
<key>llphysicsextensions_tpv</key>
<map>
<key>copyright</key>
<string>Copyright (c) 2010, Linden Research, Inc.</string>
@ -2617,7 +2617,7 @@
<key>license_file</key>
<string>LICENSES/llphysicsextensions.txt</string>
<key>name</key>
<string>llphysicsextensions_stub</string>
<string>llphysicsextensions_tpv</string>
<key>platforms</key>
<map>
<key>darwin64</key>

View File

@ -22,8 +22,7 @@ if (HAVOK)
set(LLPHYSICSEXTENSIONS_LIBRARIES llphysicsextensions)
elseif (HAVOK_TPV)
#use_prebuilt_binary(llphysicsextensions_tpv)
use_prebuilt_binary( llphysicsextensions_stub )
use_prebuilt_binary(llphysicsextensions_tpv)
set(LLPHYSICSEXTENSIONS_LIBRARIES llphysicsextensions_tpv)
# <FS:ND> include paths for LLs version and ours are different.