From 5a4859cbce5a056d70698d89befc846b946d83e5 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Fri, 21 Aug 2020 21:51:35 +0800 Subject: [PATCH] update expat build.sh --- 3rdparty/hostapd_supplicant/build.sh | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/3rdparty/hostapd_supplicant/build.sh b/3rdparty/hostapd_supplicant/build.sh index a41810b..d6fba17 100755 --- a/3rdparty/hostapd_supplicant/build.sh +++ b/3rdparty/hostapd_supplicant/build.sh @@ -140,7 +140,9 @@ cd - } +cd ../libnl/ && ./build.sh && cd - +cd ../openssl/ && ./build.sh && cd - export_cross -- Gitblit v1.9.1