Skip to content

Commit

Permalink
build script updated with uname query
Browse files Browse the repository at this point in the history
  • Loading branch information
britus committed Feb 24, 2025
1 parent 2b2e67d commit 385d8e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ cd ${prjroot}

echo ":> Build project..."

#-arch x86_64
xcodebuild -project ${prjname}.xcodeproj \
xcodebuild -arch `uname -m` -project ${prjname}.xcodeproj \
-target VSPDriver \
-target VSPClient

0 comments on commit 385d8e7

Please sign in to comment.