alessandrofama / wwise-godot-integration

Wwise Integration for the Godot Engine
Other
288 stars 14 forks source link

Add support for arm64 architecture (Apple M1) #44

Closed alessandrofama closed 2 years ago

alessandrofama commented 2 years ago

PR adds support for the arm64 architecture on macOS. SCons will build an universal library that targets both x86_64 and arm64 by default. Godot picks the right one under the hood. Specifying just one architecture is still possibile by passing the macos_arch parameter to SCons. Fixes https://github.com/alessandrofama/wwise-godot-integration/issues/43 .

jorgegarcia commented 2 years ago

Thank you Alessandro!