"git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "365313edd2658e5d048d97fad04c7729deb9815b"
fix(makefile): Fix typo and use POSIX comparison in the makefile (#443)
# What does this PR do? This PR fixes: - The usage of non posix comparison which may fail depending on the shell used (`=` will always work, `==` only with bash) - Typo in the env variable name displayed in the error message `BUILD_EXTENSION` instead of `BUILD_EXTENSIONS` <!-- Remove if not applicable --> Fixes #422
Showing
Please register or sign in to comment