Skip to content

Commit

Permalink
feat(example): Add a reference to the extension library on x86_64 Mac…
Browse files Browse the repository at this point in the history
… platforms (#16)
  • Loading branch information
usagi-flow authored Nov 8, 2022
1 parent a64f224 commit 522dda7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/dodge-the-creeps/godot/DodgeTheCreeps.gdextension
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 522dda7

Please sign in to comment.