diff options
| author | Eric Wolz <[email protected]> | 2024-01-11 13:33:44 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-01-11 13:33:44 -0800 |
| commit | d4e03e16146ec2b5bec0191a3092f90077182f33 (patch) | |
| tree | 9fde70a5ce2dda67d609af91f42cb1731ba9df04 | |
| parent | 1ca5c9cd4052a81d6b3ef2ae53690cff9b2e1c2c (diff) | |
Update run.sh
| -rwxr-xr-x | test/cmake/netxduo64/run.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/cmake/netxduo64/run.sh b/test/cmake/netxduo64/run.sh index 675a6298..ad59df07 100755 --- a/test/cmake/netxduo64/run.sh +++ b/test/cmake/netxduo64/run.sh @@ -3,7 +3,7 @@ cd $(dirname $0) # if threadx repo does not exist, clone it -[ -d ../threadx ] || git clone https://github.com/azure-rtos/threadx.git ../threadx --depth 1 -[ -d ../filex ] || git clone https://github.com/azure-rtos/filex.git ../filex --depth 1 +[ -d ../threadx ] || git clone https://github.com/eclipse-threadx/threadx.git ../threadx --depth 1 +[ -d ../filex ] || git clone https://github.com/eclipse-threadx/filex.git ../filex --depth 1 [ -f .run.sh ] || ln -sf ../threadx/scripts/cmake_bootstrap.sh .run.sh -ENABLE_64=ON ./.run.sh $*
\ No newline at end of file +ENABLE_64=ON ./.run.sh $* |
