parent
05ad1834cf
commit
36f0b3384b
@ -1,18 +0,0 @@
|
||||
--- 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.8.3.crate) = 3c922540474a8e69264ec8c9549745c221100bba40e131ce6e2527d197ce5b5c7f568898cba624436f9a045c061626fd0bafaae74e28d45672d44f5dfa2bd20d
|
||||
SHA512 (cbindgen-0.8.4.crate) = a81207e9a795daa4c0d67c7ae7691efd2f839d3616209ff000fbad35aa0df2d7d60ef7237c8f6cbcd86c30fabb3597d9dd85e7b8c08e4dcf40869749172759d9
|
||||
|
Loading…
Reference in new issue