From f2cbd7f00f31c9327ac20f9be20574a66523d2c6 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 3 Sep 2020 02:24:18 +0300 Subject: [PATCH] minor doc tweak... Signed-off-by: Alex A. Naanou --- Viewer/Makefile | 2 +- Viewer/doc/MAKE | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Viewer/Makefile b/Viewer/Makefile index 301f6abc..a391e9a4 100755 --- a/Viewer/Makefile +++ b/Viewer/Makefile @@ -38,7 +38,7 @@ ## APP_NAME - Application name ## APP_BIN - App binary name (ignored for MacOS) ## -## ARCH - target achitecture (ia32, x86) +## ARCH - target achitecture (ia32, x86, x64, ...) ## TARGET_OS - target OS (win32, linux, darwin) ## ## ELECTRON_DOWNOAD_URL diff --git a/Viewer/doc/MAKE b/Viewer/doc/MAKE index 83ef6f07..5e287fc3 100644 --- a/Viewer/doc/MAKE +++ b/Viewer/doc/MAKE @@ -9,7 +9,7 @@ Variables to control the build: APP_NAME - Application name APP_BIN - App binary name (ignored for MacOS) - ARCH - target achitecture (ia32, x86) + ARCH - target achitecture (ia32, x86, x64, ...) TARGET_OS - target OS (win32, linux, darwin) ELECTRON_DOWNOAD_URL