mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Update minitouch for Blackberry PRIV and use minitouch-prebuilt for minitouch binaries instead of bundling them to the vendor dir.
This commit is contained in:
@@ -19,8 +19,8 @@ module.exports = syrup.serial()
|
||||
var resources = {
|
||||
bin: new Resource({
|
||||
src: pathutil.requiredMatch(abi.all.map(function(supportedAbi) {
|
||||
return pathutil.vendor(util.format(
|
||||
'minitouch/%s/minitouch%s'
|
||||
return pathutil.module(util.format(
|
||||
'minitouch-prebuilt/prebuilt/%s/bin/minitouch%s'
|
||||
, supportedAbi
|
||||
, abi.pie ? '' : '-nopie'
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user