Fix dmcs to have correct sdk value
[mono.git] / scripts / dmcs.in
index d254e29c7b718a3b696585551f7a8ce2c9aea9a7..e86cdf9df091ca5226d28752ac9ecbf35ee6db65 100755 (executable)
@@ -1,2 +1,2 @@
 #!/bin/sh
-exec @bindir@/mono $MONO_OPTIONS @mono_instdir@/4.5/mcs.exe "$@"
+exec @bindir@/mono $MONO_OPTIONS @mono_instdir@/4.5/mcs.exe -sdk:4.0 "$@"