libretro / cannonball

Cannonball: An Enhanced OutRun Engine
http://reassembler.blogspot.com
7 stars 17 forks source link

Makefile.common: Fix typos. #2

Closed orbea closed 6 years ago

orbea commented 6 years ago

These typos caused the linux builds to fail.

--------------------------------------------------
PATH=/usr/lib/ccache:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin
--------------------------------------------------
CLEANUP CMD: make -f Makefile platform=unix -j6 clean
Makefile.common:75: *** missing 'endif'.  Stop.
--------------------------------------------------
BUILD CMD: make -f Makefile platform=unix -j6
Makefile.common:75: *** missing 'endif'.  Stop.
BUILD CMD /home/buildbot/buildbot/linux_x86_64/retrolink.sh ./cannonball_libretro.so
readelf: Error: './cannonball_libretro.so': No such file
readelf: Error: './cannonball_libretro.so': No such file
COPY CMD: cp -v ./cannonball_libretro.so /home/buildbot/buildbot/linux_x86_64/dist/unix//cannonball_libretro.so
cp: cannot stat './cannonball_libretro.so': No such file or directory