mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
Added packaging directions, removed linkresource flag
This commit is contained in:
parent
8e0eb2ac50
commit
7941074fd1
5 changed files with 70 additions and 8 deletions
|
@ -1668,9 +1668,6 @@ class DotNetDLLComponent(Component):
|
|||
'/noconfig',
|
||||
'/nostdlib+',
|
||||
'/reference:mscorlib.dll',
|
||||
# Under mono this isn't neccessary as mono will search the system
|
||||
# library paths for libz3.so
|
||||
'/linkresource:{}.dll'.format(get_component(Z3_DLL_COMPONENT).dll_name),
|
||||
]
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue