diff --git a/Makefile b/Makefile index 14a690fc..daacaa6a 100644 --- a/Makefile +++ b/Makefile @@ -141,7 +141,7 @@ clean:: rm -f Dockerfile ################################## # Single executable : make single -CLI_EXECUTABLE=$(DIR_TMP)$(CLI_NAME).$(GEM_VERSION).$(shell uname -ms|tr ' ' '-') +CLI_EXECUTABLE=$(DIR_TMP)$(CLI_NAME).$(GEM_VERSION).$(shell $(CLI_PATH) conf platform) EXE_BUILDER=$(DIR_TOP)examples/build_exec single:$(CLI_EXECUTABLE) .PHONY: single diff --git a/examples/build_exec b/examples/build_exec index f238fe9e..57af16b9 100755 --- a/examples/build_exec +++ b/examples/build_exec @@ -15,6 +15,8 @@ DIR_TMP=$(realpath $5) local=true +echo "Building: $(basename $CLI_EXECUTABLE)" + # tebako compilation tebako_env=$DIR_TMP/tebako-env # project files (gem)