File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 55 ],
66 "build-depends" : [
77 " PathTools" ,
8- " JSON::Fast" ,
9- " Resource::Wrangler"
8+ " JSON::Fast"
109 ],
1110 "depends" : [
11+ " Resource::Wrangler:ver<1.1.1+>"
1212 ],
1313 "description" : " OpenSSL bindings" ,
1414 "license" : " MIT" ,
4646 ],
4747 "test-depends" : [
4848 ],
49- "version" : " 0.2.5 "
49+ "version" : " 0.2.4 "
5050}
Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ sub crypto-lib is export {
3131# original unmangled name.
3232# XXX: This should be removed when CURI/%?RESOURCES gets a mechanism to bypass name mangling
3333sub dll-resource ($ resource-name ) {
34- load-resource-to-path($ resource-name ). absolute
34+ my $ prefix = $ * TMPDIR . add($ ? DISTRIBUTION . Str );
35+ load-resource-to-path($ resource-name , : $ prefix , : filename($ resource-name )). absolute
3536}
3637
3738# vim: expandtab shiftwidth=4
You can’t perform that action at this time.
0 commit comments