mirror of
https://github.com/Z3Prover/z3
synced 2025-06-09 07:33:24 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6c73c176b3
commit
a940230301
1 changed files with 1 additions and 1 deletions
|
@ -1434,7 +1434,7 @@ class DotNetDLLComponent(Component):
|
||||||
if IS_WINDOWS:
|
if IS_WINDOWS:
|
||||||
# Using these flags under the mono compiler results in build errors.
|
# Using these flags under the mono compiler results in build errors.
|
||||||
cscCmdLine.extend( [# What is the motivation for this?
|
cscCmdLine.extend( [# What is the motivation for this?
|
||||||
'/noconfig+',
|
'/noconfig',
|
||||||
'/nostdlib+',
|
'/nostdlib+',
|
||||||
'/reference:mscorlib.dll',
|
'/reference:mscorlib.dll',
|
||||||
# Under mono this isn't neccessary as mono will search the system
|
# Under mono this isn't neccessary as mono will search the system
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue