Skip to content

Commit 522dda7

Browse files
authored
feat(example): Add a reference to the extension library on x86_64 Mac platforms (#16)
1 parent a64f224 commit 522dda7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/dodge-the-creeps/godot/DodgeTheCreeps.gdextension

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ entry_symbol = "gdextension_rust_init"
33

44
[libraries]
55
linux.64 = "res://../../../target/debug/libdodge_the_creeps.so"
6+
macos.64 = "res://../../../target/debug/libdodge_the_creeps.dylib"
67
windows.64 = "res://../../../target/debug/dodge_the_creeps.dll"

0 commit comments

Comments
 (0)