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

github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-09-25 15:11:58 +0300
committerGitHub <noreply@github.com>2019-09-25 15:11:58 +0300
commit5b5e5d686742b38e089416afcfa5be0003db1157 (patch)
tree0d5c1bc53d27463093c91a2af23f16445601162f
parentfa0a2c10b37b60d6950c7572ad693a7d5bdafed3 (diff)
Don't force mcs compiler in gtk-sharp.py (#122)
Otherwise we'd revert the work done in https://github.com/mono/gtk-sharp/pull/273. Discovered in https://github.com/mono/mono/issues/17028.
-rw-r--r--packages/gtk-sharp.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/gtk-sharp.py b/packages/gtk-sharp.py
index a72b45c..ea89564 100644
--- a/packages/gtk-sharp.py
+++ b/packages/gtk-sharp.py
@@ -9,6 +9,5 @@ class GtkSharp212ReleasePackage (Package):
'configure': './bootstrap-2.12 --prefix=%{package_prefix}',
}
)
- self.make = 'make CSC=mcs'
GtkSharp212ReleasePackage()