new llphysicsextensions_source package that sets OSX_ARCHITECTURES properly
and should hopefully package llphysicsextensions_tpv successfullymaster
parent
fc41f57a06
commit
b314a0bb64
|
|
@ -1439,11 +1439,11 @@
|
|||
<key>creds</key>
|
||||
<string>github</string>
|
||||
<key>hash</key>
|
||||
<string>1949ae355a70a4cbe2f0969de636680a0b5d7b15</string>
|
||||
<string>fff82c79edb900c547c40dca9a0e3ebac5a8c7da</string>
|
||||
<key>hash_algorithm</key>
|
||||
<string>sha1</string>
|
||||
<key>url</key>
|
||||
<string>https://api.github.com/repos/secondlife/llphysicsextensions_source/releases/assets/299453833</string>
|
||||
<string>https://api.github.com/repos/secondlife/llphysicsextensions_source/releases/assets/299858950</string>
|
||||
</map>
|
||||
<key>name</key>
|
||||
<string>common</string>
|
||||
|
|
|
|||
|
|
@ -74,9 +74,6 @@ if (NOT HAVOK_TPV)
|
|||
target_link_libraries(llphysicsextensions llrender )
|
||||
if (DARWIN)
|
||||
target_compile_options( llphysicsextensions PRIVATE -Wno-unused-local-typedef)
|
||||
|
||||
# TODO - move this into llphysicsextensions/CMakeLists.txt once I've proved it works
|
||||
set_target_properties(llphysicsextensions PROPERTIES OSX_ARCHITECTURES "x86_64")
|
||||
endif (DARWIN)
|
||||
endif()
|
||||
endif (NOT HAVOK_TPV)
|
||||
|
|
|
|||
Loading…
Reference in New Issue