mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Correct prebuilt binaries paths
This commit is contained in:
@@ -20,7 +20,7 @@ module.exports = syrup.serial()
|
||||
bin: new Resource({
|
||||
src: pathutil.requiredMatch(abi.all.map(function(supportedAbi) {
|
||||
return pathutil.module(util.format(
|
||||
'minitouch-prebuilt/prebuilt/%s/bin/minitouch%s'
|
||||
'minitouch-prebuilt-beta/prebuilt/%s/bin/minitouch%s'
|
||||
, supportedAbi
|
||||
, abi.pie ? '' : '-nopie'
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user