fix encription provider

This commit is contained in:
2023-12-13 10:02:05 -06:00
parent 63a6b3bdba
commit 0e83d84360
3 changed files with 93 additions and 72 deletions

View File

@ -51,7 +51,7 @@ pushd ..
ln -sf ${BUILD_FOLDER}/compile_commands.json .
ln -sf ${BUILD_FOLDER}/repertory${EXE_EXT} .
ln -sf ${BUILD_FOLDER}/unittests${EXE_EXT} .
if [ "${IS_MINGW}" == "1" ]; then
if [ "${IS_MINGW}" == "1" ] || [ "${IS_WIN32}" == "1" ]; then
ln -sf ${BUILD_FOLDER}/winfsp-x64.dll .
fi
popd
@ -67,7 +67,7 @@ pushd ../${BUILD_ROOT}
ln -sf ${BUILD_FOLDER}/compile_commands.json .
ln -sf ${BUILD_FOLDER}/repertory${EXE_EXT} .
ln -sf ${BUILD_FOLDER}/unittests${EXE_EXT} .
if [ "${IS_MINGW}" == "1" ]; then
if [ "${IS_MINGW}" == "1" ] || [ "${IS_WIN32}" == "1" ]; then
ln -sf ${BUILD_FOLDER}/winfsp-x64.dll .
fi
popd