Switch to the newer Roslyn compiler on Linux/macOS.

This commit is contained in:
Paul Chote
2019-03-23 10:56:05 +00:00
committed by Oliver Brakmann
parent 5b00586de2
commit d53338ca5e
6 changed files with 7 additions and 31 deletions

View File

@@ -37,8 +37,8 @@
############################## TOOLCHAIN ###############################
#
CSC = mcs
CSFLAGS = -nologo -warn:4 -codepage:utf8 -langversion:5 -unsafe -warnaserror
CSC = csc
CSFLAGS = -nologo -warn:4 -langversion:5 -unsafe -warnaserror
DEFINE = TRACE
COMMON_LIBS = System.dll System.Core.dll System.Numerics.dll thirdparty/download/ICSharpCode.SharpZipLib.dll thirdparty/download/FuzzyLogicLibrary.dll thirdparty/download/MaxMind.Db.dll thirdparty/download/Eluant.dll thirdparty/download/rix0rrr.BeaconLib.dll