From 07ba1c50b92282f174d70e63501ccdcc6b9f432b Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Wed, 12 Aug 2020 18:46:23 +0800 Subject: [PATCH] make exectable --- build/buildlib-freertos | 4 ++++ 1 file changed, 4 insertions(+) mode change 100644 => 100755 build/buildlib-freertos diff --git a/build/buildlib-freertos b/build/buildlib-freertos old mode 100644 new mode 100755 index c3df48f0..68e9043a --- a/build/buildlib-freertos +++ b/build/buildlib-freertos @@ -1,3 +1,7 @@ +#!/bin/sh + +rm config.cache config.status -f + ./configure \ --disable-shared \ --enable-static \