make exectable

This commit is contained in:
Vincent Wei
2020-08-12 18:46:23 +08:00
parent 2f97ddc0a2
commit 07ba1c50b9

4
build/buildlib-freertos Normal file → Executable file
View File

@@ -1,3 +1,7 @@
#!/bin/sh
rm config.cache config.status -f
./configure \
--disable-shared \
--enable-static \