mirror of
https://github.com/espressif/openthread.git
synced 2026-08-13 22:27:47 +00:00
[test] fix on macOS (#3467)
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@
|
||||
set -e
|
||||
set -o pipefail
|
||||
|
||||
readonly SYSTEM_TRIPLET="$(third_party/nlbuild-autotools/repo/third_party/autoconf/config.guess)"
|
||||
readonly SYSTEM_TRIPLET="$(third_party/nlbuild-autotools/repo/third_party/autoconf/config.guess | sed -e 's/[[:digit:].]*$//g')"
|
||||
export top_builddir="build/${SYSTEM_TRIPLET}"
|
||||
|
||||
do_build() {
|
||||
|
||||
Reference in New Issue
Block a user