From 25bdcec998ae63563cc9d959884b51ef37939288 Mon Sep 17 00:00:00 2001 From: Angelica Moreira <48168649+angelica-moreira@users.noreply.github.com> Date: Tue, 2 Apr 2024 16:49:23 -0700 Subject: [PATCH] Update README.md Minor change suggestion. It seems that it is needed to add opt=-x for running the make script in a x64 machine. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfbaea599..6ce33747a 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ python scripts/mk_make.py or instead, for a 64-bit build: ```bash -python scripts/mk_make.py -x +python scripts/mk_make.py opt=-x ``` then: