From 73287e6d6d41632527a99b70cfb9f773783e40f5 Mon Sep 17 00:00:00 2001 From: etienne-k <2804556+etienne-k@users.noreply.github.com> Date: Mon, 7 Nov 2022 13:02:19 +0100 Subject: [PATCH] feat(example): Add a reference to the extension library on x86_64 Mac platforms --- examples/dodge-the-creeps/godot/DodgeTheCreeps.gdextension | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/dodge-the-creeps/godot/DodgeTheCreeps.gdextension b/examples/dodge-the-creeps/godot/DodgeTheCreeps.gdextension index 96c8dae8b..172006fb8 100644 --- a/examples/dodge-the-creeps/godot/DodgeTheCreeps.gdextension +++ b/examples/dodge-the-creeps/godot/DodgeTheCreeps.gdextension @@ -3,4 +3,5 @@ entry_symbol = "gdextension_rust_init" [libraries] linux.64 = "res://../../../target/debug/libdodge_the_creeps.so" +macos.64 = "res://../../../target/debug/libdodge_the_creeps.dylib" windows.64 = "res://../../../target/debug/dodge_the_creeps.dll"