Skip to content

Commit

Permalink
GH-609 Update .gdextension to use Emscripten .so
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Aug 24, 2024
1 parent c0ae889 commit 74426fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/addons/orchestrator/orchestrator.gdextension
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ android.arm32 = "res://addons/orchestrator/liborchestrator.android.32.release.so
android.arm64 = "res://addons/orchestrator/liborchestrator.android.64.release.so"
#android.debug.arm64 = "res://addons/orchestrator/liborchestrator.android.64.debug.so"

web.wasm32 = "res://addons/orchestrator/orchestrator.emscripten.32.release.a"
web.wasm32 = "res://addons/orchestrator/orchestrator.emscripten.32.release.so"

0 comments on commit 74426fe

Please sign in to comment.