Skip to content

Commit

Permalink
Call depsync before build tgfx library.
Browse files Browse the repository at this point in the history
  • Loading branch information
domchen committed Nov 15, 2023
1 parent 9cd9dc4 commit 863324b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build_tgfx
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
#!/usr/bin/env node
const Utils = require('./third_party/vendor_tools/lib/Utils');
Utils.exec("depsync");
require("./third_party/vendor_tools/lib-build");

0 comments on commit 863324b

Please sign in to comment.