Skip to content

Commit

Permalink
x265: use correct AR variable
Browse files Browse the repository at this point in the history
  • Loading branch information
BtbN committed Apr 5, 2024
1 parent 941468a commit 0ee6cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts.d/50-x265.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ EOF
mv ../10bit/libx265.a ../8bit/libx265_main10.a
mv libx265.a libx265_main.a

${FFBUILD_CROSS_PREFIX}ar -M <<EOF
${AR} -M <<EOF
CREATE libx265.a
ADDLIB libx265_main.a
ADDLIB libx265_main10.a
Expand Down

0 comments on commit 0ee6cfa

Please sign in to comment.