From 43de63621ecaa0c8b297fae1e23c8062ca5b6df0 Mon Sep 17 00:00:00 2001 From: ArcadeFever Date: Sat, 16 Jan 2021 22:23:45 -0800 Subject: [PATCH] fix typo in osx export --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 4362539d19..574e282a1d 100644 --- a/BUILD.md +++ b/BUILD.md @@ -59,7 +59,7 @@ For example, under Windows: For example, under OSX: - set QT_CMAKE_PREFIX_PATH=QT_CMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.15.2/lib/cmake + export QT_CMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.15.2/lib/cmake Note: You only need the following components checked under Qt 5.15.2 (select the "Custom Installation" option): "MSVC 2019 64-bit", "Qt WebEngine", and "Qt Script (Deprecated)".