backports swig is named swig3.0, so fix that across bindings
This commit is contained in:
parent
863c1c093b
commit
9ee4fbd87c
4 changed files with 4 additions and 4 deletions
|
|
@ -27,7 +27,7 @@ csfiles = os.path.join(thisdir, "*.cs")
|
|||
# target to stand in for.
|
||||
hammer_wrap = AlwaysBuild(dotnetenv.Command(['hammer_wrap.c'], swig,
|
||||
["rm %s/*.cs || true" % (thisdir,),
|
||||
"swig $SWIGFLAGS $SOURCE"]))
|
||||
"swig3.0 $SWIGFLAGS $SOURCE"]))
|
||||
libhammer_dotnet = dotnetenv.SharedLibrary(['hammer_dotnet'], hammer_wrap)
|
||||
hammer_dll = AlwaysBuild(dotnetenv.Command(['hammer.dll'], Glob('ext/*.cs'),
|
||||
'$CSC -t:library -unsafe -out:$TARGET %s/*.cs $SOURCE' %(thisdir,)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue