Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix scan-build path (facebook#12563)
Summary: As title Pull Request resolved: facebook#12563 Test Plan: ``` make -j64 release ``` **Before the fix** ``` $DEBUG_LEVEL is 0, $LIB_MODE is static Makefile:306: Warning: /mnt/gvfs/third-party2/llvm-fb/1f6edd1ff15c99c861afc8f3cd69054cd974dd64/15/platform010/72a2ff8/../../src/llvm/clang/tools/scan-build/bin/scan-build does not exist ... ``` **After the fix** ``` $DEBUG_LEVEL is 0, $LIB_MODE is static ... ``` Reviewed By: ajkr Differential Revision: D56318047 Pulled By: jaykorean fbshipit-source-id: 4a11ad8353fc94aa96676e57c67063d051de5fbc
- Loading branch information