5HT / fs

📁 FS: Windows, Linux, Mac Driver
https://fs.n2o.dev
Other
234 stars 69 forks source link

Use :mix_rebar3 to compile, so macos binary is always built #65

Closed dominicletz closed 3 years ago

dominicletz commented 3 years ago

This ensure that on macos the fsevents backend is compiled using rebar when not existing. This didn't work before when fetching from source:

def deps() do
 [{:fs, github: "synrc/fs"}]
end