teensy_loader_cli: fix CLT-only build
This commit is contained in:
parent
616a86717c
commit
ffe7bfc64e
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ class TeensyLoaderCli < Formula
|
|||
|
||||
def install
|
||||
ENV['OS'] = 'MACOSX'
|
||||
ENV['SDK'] = MacOS.sdk_path
|
||||
ENV['SDK'] = MacOS.sdk_path || "/"
|
||||
system "make"
|
||||
bin.install "teensy_loader_cli"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue