diff options
| author | Ray Hogenson <rayhogenson@gmail.com> | 2012-01-10 15:51:25 -0900 |
|---|---|---|
| committer | Ray Hogenson <rayhogenson@gmail.com> | 2012-01-10 15:51:25 -0900 |
| commit | f400bf3f6905e012e8c36862c0b97db28892a06d (patch) | |
| tree | 5080f7e44a9ffdd9840d16bd0a3a1a559fdb5447 /configure | |
| parent | Working yetihack (diff) | |
| download | yetihack-f400bf3f6905e012e8c36862c0b97db28892a06d.tar.zst | |
this one actually compiles. Version 1
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,9 +1,9 @@ -if [[ "$1" == "Linux" ]]; then +if [[ "$1" == "linux" ]]; then cp os/linux/Makefile ./ -elif [[ "$1" == "Windows" ]]; then +elif [[ "$1" == "windows" ]]; then cp os/windows/Makefile ./ else - echo "Error! No os specified" + echo "Error! Please use an os in the os folder (not debian)" exit 1 fi exit 0 |
