From 18a05b79eefbf5163e220f27a496657bf165da73 Mon Sep 17 00:00:00 2001 From: Luke Ceddia Date: Mon, 14 Dec 2015 11:17:09 +1100 Subject: [PATCH] Corrected OSX setup script to use OSX folder instead of Linux one. Probably a copy/paste error when writing the script. --- internal/temp/testcommit.txt | 1 - setup_osx.command | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 internal/temp/testcommit.txt diff --git a/internal/temp/testcommit.txt b/internal/temp/testcommit.txt deleted file mode 100644 index def1de959..000000000 --- a/internal/temp/testcommit.txt +++ /dev/null @@ -1 +0,0 @@ -Another commit \ No newline at end of file diff --git a/setup_osx.command b/setup_osx.command index 00f14157f..44d5c99fa 100755 --- a/setup_osx.command +++ b/setup_osx.command @@ -45,9 +45,9 @@ fi cd ../../../../../../../.. echo "Building User Additions" -cd internal/c/parts/user_mods/os/lnx +cd internal/c/parts/user_mods/os/osx rm -f src.a -./setup_build.sh +./setup_build.command if [ ! -f ./src.a ]; then echo "Compilation of ./internal/c/parts/user_mods/os/osx/src.a failed!" Pause