Closed fguillen closed 2 years ago
This command ended working:
ocra my_ruby_game.rb --windows --dll ruby_builtin_dlls\libssp-0.dll --dll ruby_builtin_dlls\libgmp-10.dll --dll ruby_builtin_dlls\libgcc_s_seh-1.dll --dll ruby_builtin_dlls\libwinpthread-1.dll
I found gosu.so here:
C:\Ruby31-x64\lib\ruby\gems\3.1.0\gems\gosu-1.4.1\lib\gosu.so
This is the ocra command I am executing:
On this ruby code: https://github.com/fguillen/RubyInFantasyGames/tree/main/InTheBeach
And this is the error:
How can I ask ocra to include the
gosu.so
in the package?