From 5073bdfa0dfe9fcea94ea174cfb7da68678850ae Mon Sep 17 00:00:00 2001 From: Don Syme Date: Tue, 15 Jul 2014 23:54:40 +0100 Subject: [PATCH] Attempt to activate MONO define in ./build.sh using --fsiargs (I will check this works) --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 614b28e59..fc4a182d9 100755 --- a/build.sh +++ b/build.sh @@ -5,4 +5,4 @@ fi #if [ ! -f packages/SourceLink.Fake/tools/Fake.fsx ]; then # mono --runtime=v4.0 .nuget/NuGet.exe install SourceLink.Fake -OutputDirectory packages -ExcludeVersion #fi -mono --runtime=v4.0 packages/FAKE/tools/FAKE.exe build.fsx -d:MONO $@ +mono --runtime=v4.0 packages/FAKE/tools/FAKE.exe build.fsx $@ --fsiargs -d:MONO