Skip to content

Commit 2eaabf7

Browse files
committed
Update the script to make the Mac Universal
1 parent 6d43fd9 commit 2eaabf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_scripts/make_universal.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ unzip $2
1414
mkdir $universalname
1515
mkdir $universalname/bin
1616
cp $intelname/*.* $universalname
17-
lipo -create -output $universalname/bin/iqtree2 $intelname/bin/iqtree2 $armname/bin/iqtree2
17+
lipo -create -output $universalname/bin/iqtree3 $intelname/bin/iqtree3 $armname/bin/iqtree3
1818
zip -vr $universalname.zip $universalname -x "*.DS_Store"

0 commit comments

Comments
 (0)