Fix compilation

This commit is contained in:
vit9696 2018-08-02 03:51:52 +03:00
parent 4d50d581fa
commit ee6ce579e3
2 changed files with 4 additions and 3 deletions

View file

@ -115,6 +115,6 @@ mkdir -p dist || exit 1
build_tool UEFITool "$UEFITOOL_VER" uefitool.pro
build_tool UEFIDump "$UEFITOOL_VER" ""
build_tool UEFIExtract "$UEFITOOL_VER" ""
build_tool UEFIFind "$UEFITOOL_VER" uefifind.pro
build_tool UEFIFind "$UEFITOOL_VER" ""
exit 0