Skip to content
This repository was archived by the owner on Aug 13, 2020. It is now read-only.

Commit 4e11257

Browse files
committed
Merge branch 'fixbuildcase' of https://github.com/mcliment/Numsense into mcliment-fixbuildcase
2 parents 2506eae + 23199a4 commit 4e11257

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ if test "$OS" = "Windows_NT"
33
then
44
# use .Net
55

6-
packages/FAKE.4.11.3/tools/FAKE.exe $@ --fsiargs build.fsx
6+
packages/FAKE.4.11.3/tools/FAKE.exe $@ --fsiargs Build.fsx
77
else
88
# use mono
99

10-
mono packages/FAKE.4.11.3/tools/FAKE.exe $@ --fsiargs -d:MONO build.fsx
10+
mono packages/FAKE.4.11.3/tools/FAKE.exe $@ --fsiargs -d:MONO Build.fsx
1111
fi

0 commit comments

Comments
 (0)