Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
RedstoneWizard08 authored Jun 28, 2023
1 parent 6d054e4 commit 98fd592
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ bootstrap-darwin:
$(GOENV) GOOS=darwin GOARCH=amd64 go build -o bin/builder+mach_o.x86_64 $(GOFLAGS) ./builder
$(GOENV) GOOS=darwin GOARCH=arm64 go build -o bin/builder+mach_o.arm64 $(GOFLAGS) ./builder

chmod +x bin/lipo.$(shell uname -m)
bin/lipo.$(shell uname -m) -create -output bin/builder.mach_o bin/builder+mach_o.x86_64 bin/builder+mach_o.arm64

clean:
Expand Down

0 comments on commit 98fd592

Please sign in to comment.