Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2016-04-05 17:34:53 +0300
committerMarek Safar <marek.safar@gmail.com>2016-11-28 10:56:04 +0300
commit3891a8907626f741037ec76a282c4a89c65aef46 (patch)
treeddf636fcec4501dec476dffb5a1c33628a3287ce /scripts/csc.in
parent700a511bac54d497c75036c40f800c7ebfe211d6 (diff)
[build] Roslyn switch
Diffstat (limited to 'scripts/csc.in')
-rw-r--r--scripts/csc.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/csc.in b/scripts/csc.in
new file mode 100644
index 00000000000..c32be364ea2
--- /dev/null
+++ b/scripts/csc.in
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec @bindir@/mono $MONO_OPTIONS @mono_instdir@/4.5/csc.exe "$@"