gpac / ComplianceWarden

A pluggable compliance checker (ISOBMFF, HEIF/MIAF/AVIF, AV1 HDR10+)
https://gpac.github.io/ComplianceWarden-wasm/
Other
16 stars 7 forks source link

test: do not expand CXX unless set #57

Closed bradh closed 1 year ago

bradh commented 1 year ago

When CXX env var is not yet, the check script fails on Ubuntu with:

$ ./check 
Reformatting...
./check: line 13: CXX: unbound variable

This checks it is bound before expanding.

rbouqueau commented 1 year ago

Thanks!