Skip to content

Commit

Permalink
Fix dmcs to have correct sdk value
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-safar committed Dec 9, 2014
1 parent 5c7bc03 commit 7ac1512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dmcs.in
@@ -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 "$@"

0 comments on commit 7ac1512

Please sign in to comment.