You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Delete the contents of src/zxcvbn and build with system zxcvbn. This should not result in a broken build. However, exactly this happens to be the case.
Expected Behavior
Build completes without errors.
Actual Behavior
The build stops when compiling CliTest.cpp with an error that the header zxcvbn/zxcvbn.h cannot be found.
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
Delete the contents of
src/zxcvbn
and build with system zxcvbn. This should not result in a broken build. However, exactly this happens to be the case.Expected Behavior
Build completes without errors.
Actual Behavior
The build stops when compiling
CliTest.cpp
with an error that the headerzxcvbn/zxcvbn.h
cannot be found.The text was updated successfully, but these errors were encountered: