Skip to content

Commit

Permalink
Merge pull request #15 from tishin/fix-readme
Browse files Browse the repository at this point in the history
Revert make-libgodot script example, fix changedir example instead
  • Loading branch information
migueldeicaza authored Nov 10, 2023
2 parents 1cb47a5 + de6b7d6 commit 04cd6d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ xcframework out of it, using the script in SwiftGodot (a peer to this
repository):

```
cd ../SwiftGodot/scripts
sh -x make-libgodot.framework ../../libgodot /tmp/
cd ../SwiftGodotKit/scripts
sh -x make-libgodot.xcframework ../../SwiftGodot ../../libgodot /tmp/
```

Then you can reference that version of the libgodot.xcframework
Expand Down

0 comments on commit 04cd6d9

Please sign in to comment.