libretro / scummvm

ScummVM main repository
https://www.scummvm.org
GNU General Public License v3.0
5 stars 6 forks source link

Data bundle and core info not created during `make` #4

Closed ner00 closed 1 year ago

ner00 commented 1 year ago

At no point does make invoke ./bundle_datafiles.sh script as it used to, so there is no info nor data bundle. If it is to be called manually from now on, then it should be specified in the Readme along with which arguments to use for it.

Linking scummvm_libretro.dll...
root@ec0338c08d14:/scummvm_libretro# ./bundle_datafiles.sh                     
./bundle_datafiles.sh: line 73: [: =: unary operator expected
./bundle_datafiles.sh: line 74: [: =: unary operator expected
./bundle_datafiles.sh: line 140: cd: /scummvm_libretro/tmp_data: No such file or directory
root@ec0338c08d14:/scummvm_libretro# ./bundle_datafiles.sh all 
_libretro.info created successfully
root@ec0338c08d14:/scummvm_libretro# ./bundle_datafiles.sh info
_libretro.info created successfully
root@ec0338c08d14:/scummvm_libretro# ./bundle_datafiles.sh core
_libretro.info created successfully
root@ec0338c08d14:/scummvm_libretro# ./bundle_datafiles.sh datafiles
_libretro.info created successfully
root@ec0338c08d14:/scummvm_libretro# ./bundle_datafiles.sh coreinfo 
_libretro.info created successfully
root@ec0338c08d14:/scummvm_libretro# ./bundle_datafiles.sh meh scummvm 
scummvm_libretro.info created successfully
root@ec0338c08d14:/scummvm_libretro# ./bundle_datafiles.sh bundle  
scummvm.zip created successfully
spleen1981 commented 1 year ago

Yes, behaviour is changed. Now make builds the core only by default. To build all stuff go with make all. Details added in README.md 95183d2d36b27ae3f7126579116a475db86cdbcf