x264: set generic CC/CXX if unset

Closes #259
This commit is contained in:
Dylan Araps 2021-07-03 18:29:43 +00:00
parent b8bdf75d09
commit 77dc0590e3
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -1,5 +1,7 @@
#!/bin/sh -e
export CC=${CC:-cc} CXX=${CXX:-c++}
patch -p1 < x264-no-bash.patch
./configure \