mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
It's been a while since I've built LÖVE, so forgive my forgetfulness.
Made automagic script run gen-makefile (took me half an hour to figure out I had to do this first...) Also made sure it's running from the right path :)
This commit is contained in:
Regular → Executable
+4
-3
@@ -1,7 +1,8 @@
|
||||
#!/bin/bash
|
||||
echo
|
||||
echo " * Remember to run 'sh platform/unix/gen-makefile' if you've added/removed any files under src/ before running this script"
|
||||
echo
|
||||
if ! sh platform/unix/gen-makefile; then
|
||||
echo "You should be doing this from the root directory of the project."
|
||||
exit 1
|
||||
fi
|
||||
autoheader # Gimmie config.h.in
|
||||
libtoolize --force
|
||||
aclocal
|
||||
|
||||
Reference in New Issue
Block a user