3
0
Fork 0
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:
Andrew Helwer 2018-10-06 18:22:55 -07:00
parent 8e0eb2ac50
commit 7941074fd1
5 changed files with 70 additions and 8 deletions

View file

@ -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),
]
)