parent
b1002c30d9
commit
833750efbb
@ -0,0 +1,18 @@
|
||||
--- cbindgen-0.6.6/test.py.orig 2018-05-31 09:03:09.000000000 -0700
|
||||
+++ cbindgen-0.6.6/test.py 2018-10-22 15:21:50.222301880 -0700
|
||||
@@ -8,13 +8,13 @@ import filecmp
|
||||
|
||||
def build_cbindgen():
|
||||
try:
|
||||
- subprocess.check_output(["cargo", "build"])
|
||||
+ subprocess.check_output(["cargo", "build", "--release"])
|
||||
return True
|
||||
except subprocess.CalledProcessError:
|
||||
return False
|
||||
|
||||
def cbindgen(path, out, c, style, verify):
|
||||
- bin = ["target/debug/cbindgen"]
|
||||
+ bin = ["target/release/cbindgen"]
|
||||
compile = [path, "-o", out]
|
||||
flags = []
|
||||
|
@ -1 +1 @@
|
||||
SHA512 (cbindgen-0.6.4.crate) = 652fbf20b0a33d8b5414f2aaca815f813795c7d1da16636c1437603f51b08fac9e289b0367d79274c8318966ba069fb68cdd15b4b7345b1034f9ab440c6b3a8e
|
||||
SHA512 (cbindgen-0.6.6.crate) = d51d17765d705424dead65e4240c52fe93da731d5ac1cc76fe79e2eb68a42c26a7de58b08149cccd6806ee5bb189df8c15c3a532a5f857a65c2fd69c656d7137
|
||||
|
Loading…
Reference in new issue