SL-17238 Supress errors from physicsextensions
parent
7471788271
commit
3c6e2a6e4c
|
|
@ -66,6 +66,9 @@ if (NOT HAVOK_TPV)
|
|||
endif()
|
||||
if( TARGET llphysicsextensions )
|
||||
target_link_libraries(llphysicsextensions llrender )
|
||||
if (DARWIN)
|
||||
target_compile_options( llphysicsextensions PRIVATE -Wno-unused-local-typedef)
|
||||
endif (DARWIN)
|
||||
endif()
|
||||
endif (NOT HAVOK_TPV)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue