Skip to content

Commit

Permalink
[FIX] Fix missing build_vendor script
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxsmin committed Dec 20, 2020
1 parent 905ca60 commit a5794cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BUILD_NUMBER=20122001

build_vendor:
cd build \
&& ./build_vendor.sh \
&& ./build-vendor.sh \
&& cd ..

build_version:
Expand Down

0 comments on commit a5794cc

Please sign in to comment.