typo fixes

This commit is contained in:
2025-07-18 02:21:12 +03:00
parent 5953b84cff
commit 46029cd01f
3 changed files with 7 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
DEP_WORKING_DIR='depencencies/libexample2'
DEP_WORKING_DIR='dependencies/libexample2'
DEP_PRE_BUILD_COMMAND=''
DEP_POST_BUILD_COMMAND=''
DEP_CLEAN_COMMAND='make clean'