sideeffects / HoudiniEngineForUnreal

Houdini Engine Plugin for Unreal Engine.
http://www.sidefx.com/unreal
Other
1.36k stars 374 forks source link

Fix clang errors for android ARM64 #77

Closed error454 closed 6 years ago

error454 commented 6 years ago

Minimum viable changes to allow compiling for ARM64, this mostly addresses the absence of std::to_string in the android libraries and also fixes an expression result unused error. Wasn't sure of the best place to put these changes but they should be easy to cherry pick.

cgrebeld commented 6 years ago

Thanks! The commit should show up tomorrow - let me know if you still have any issues.