mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
java build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a71ce54c34
commit
d58de2f8e4
2 changed files with 2 additions and 3 deletions
|
@ -418,7 +418,7 @@ def mk_dotnet(dotnet):
|
|||
if "*" in sig or "*" in ret:
|
||||
continue
|
||||
dotnet.write(' [UnmanagedFunctionPointer(CallingConvention.Cdecl)]\n')
|
||||
dotnet.write(f" public delegate {ret} {name}({sig});\n")
|
||||
dotnet.write(' public delegate %s %s(%s);\n' % (ret,name,sig))
|
||||
|
||||
dotnet.write(' public class LIB\n')
|
||||
dotnet.write(' {\n')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue