Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
x264: set generic CC/CXX if unset
Browse files Browse the repository at this point in the history
Closes #259
  • Loading branch information
dylanaraps committed Jul 3, 2021
1 parent b8bdf75 commit 77dc059
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extra/x264/build
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh -e

export CC=${CC:-cc} CXX=${CXX:-c++}

patch -p1 < x264-no-bash.patch

./configure \
Expand Down

0 comments on commit 77dc059

Please sign in to comment.