You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
676: Fix dynamic lib generation for rpc example r=toasteater a=banool
In the example as provided, the dynamic lib file that gets generated is `target/debug/rpc.ext` (so `target/debug/rpc.dylib` on MacOS for example). This means when you try to follow the README in `examples/rpc`, it doesn't work, because it generates `rpc.dylib` instead of the file it expects in the gdnlib.
This PR changes the gdnlib to expect the output to be called `rpc` instead (since it is based on the directory name).
I also change the name of the gdnlib file to _library, to match the other examples.
Co-authored-by: Daniel Porteous <danielporteous1@gmail.com>
0 commit comments