From 422e75c5d496b01612706e476e8be200510747c8 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 29 Apr 2025 20:11:49 +1200 Subject: [PATCH] . --- packages/build_executables.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/build_executables.sh b/packages/build_executables.sh index d354266..11c2c0a 100755 --- a/packages/build_executables.sh +++ b/packages/build_executables.sh @@ -1,8 +1,6 @@ # This script uses debian docker containers (not the host!) to do the following: -# 1. builds two executables: +# 1. builds two executables from ../CMakeLists.txt (a C++ project) # a) dropshell-x86_64, using musl and static linking # b) dropshell-arm64, using musl and static linking # the executables are copied to ./output, with the ownership changed to current user. - -