slopcode 0.2.145 → 0.2.146

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
Binary file
package/bin/slopcode CHANGED
@@ -357,7 +357,10 @@ function findBinary(startDir) {
357
357
  }
358
358
  }
359
359
 
360
- const resolved = resolveBinary() || embeddedAndroidBinary() || findBinary(scriptDir)
360
+ const resolved =
361
+ libc() === "bionic"
362
+ ? embeddedAndroidBinary() || resolveBinary() || findBinary(scriptDir)
363
+ : resolveBinary() || findBinary(scriptDir)
361
364
  if (!resolved) {
362
365
  if (libc() === "bionic") {
363
366
  console.error(termuxMessage())