Skip to content

Commit

Permalink
buildmtoc: Add ARCHS=x86_64 to build mtoc
Browse files Browse the repository at this point in the history
  • Loading branch information
stevezhengshiqi committed May 11, 2024
1 parent 9224eed commit 1d676e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildmtoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ fnCompileMtoc ()
if [[ ${OSXVER} < 10.15 ]]; then
cmd="(make LTO= EFITOOLS=efitools -C libstuff) && (make -C efitools)"
else
cmd="(xcodebuild -scheme mtoc -configuration Release ONLY_ACTIVE_ARCH=YES CONFIGURATION_BUILD_DIR=$PREFIX/bin)"
cmd="(xcodebuild -scheme mtoc -configuration Release ARCHS=x86_64 ONLY_ACTIVE_ARCH=YES CONFIGURATION_BUILD_DIR=$PREFIX/bin)"
fi
logfile="$DIR_LOGS/mtoc.make.log.txt"
echo "$cmd" > "$logfile"
Expand Down

0 comments on commit 1d676e5

Please sign in to comment.