mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-20 20:29:00 -05:00
The environment variable DESTDIR is commonly used to specify an install- time prefix for installation of build artifacts (e.g. for staging an installation in a temporary directory while keeping the overall prefixes intact). This variable should be ignored by all targets but the install target, which requires us to set it to an empty string/path when we use `install` to set up our rundir.