Skip to content
Commit 65fb52f2 authored by Matthew Maurer's avatar Matthew Maurer
Browse files

js-build-tools: Fix darwin build

On darwin, js-build-tools expects an OSX style userland and stat binary.
However, under nix we use the nix version of stat, which speaks linux-style
flags.

This patch removes js-build-tools special casing so that it speaks to stat
in linux style.
parent 1d0e6ba2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment