Switch to the newer Roslyn compiler on Linux/macOS.
This commit is contained in:
committed by
Oliver Brakmann
parent
5b00586de2
commit
d53338ca5e
4
Makefile
4
Makefile
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user