Skip to content

Commit

Permalink
[no-jira] Revert changes to Makefile for universal binary
Browse files Browse the repository at this point in the history
  • Loading branch information
rsukumar-cpi committed Sep 2, 2022
1 parent bf23d8e commit 1433e62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ bindir = $(prefix)/bin
libdir = $(prefix)/lib

build:
swift build -c release --disable-sandbox --arch arm64 --arch x86_64
swift build -c release --disable-sandbox

install: build
install ".build/apple/Products/Release/xcparse" "$(bindir)"
install ".build/release/xcparse" "$(bindir)"

uninstall:
rm -rf "$(bindir)/xcparse"
Expand Down

0 comments on commit 1433e62

Please sign in to comment.