diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2015-03-23 12:50:31 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2015-03-23 12:50:31 -0230 |
commit | 1a94ec16de19f92292d4d6ae1d9864b4128035a3 (patch) | |
tree | 8ce762aacf21179980aab11e7e5850ecd0cc5f57 | |
parent | ICE-6392 operations cross test with objc fails (diff) | |
download | ice-1a94ec16de19f92292d4d6ae1d9864b4128035a3.tar.bz2 ice-1a94ec16de19f92292d4d6ae1d9864b4128035a3.tar.xz ice-1a94ec16de19f92292d4d6ae1d9864b4128035a3.zip |
Fixed csharp unix build
-rw-r--r-- | csharp/config/Make.rules.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/config/Make.rules.cs b/csharp/config/Make.rules.cs index b90ed220591..a34c5401134 100644 --- a/csharp/config/Make.rules.cs +++ b/csharp/config/Make.rules.cs @@ -71,7 +71,7 @@ KEYFILE ?= $(top_srcdir)/../config/IceDevKey.snk # # Common definitions # -ice_language = cs +ice_language = csharp slice_translator = slice2cs ifeq ($(shell test -f $(top_srcdir)/config/Make.common.rules && echo 0),0) |