diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-04-09 12:20:03 +0300 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-04-09 12:25:18 +0300 |
commit | 223b1ba7d90509a47ea07af46f4b9c3b8efbc9f8 (patch) | |
tree | b82d39105e1a9e6275f8ff81bc995e5f28e70d28 /doc/build-unix.md | |
parent | 4ad83a9597e4f5340742d080e26437c5d8d203ba (diff) |
doc: Use CONFIG_SITE instead of --prefix
Diffstat (limited to 'doc/build-unix.md')
-rw-r--r-- | doc/build-unix.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index d7e0ff705d..0c438db29a 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -331,7 +331,7 @@ To build executables for ARM: make HOST=arm-linux-gnueabihf NO_QT=1 cd .. ./autogen.sh - ./configure --prefix=$PWD/depends/arm-linux-gnueabihf --enable-glibc-back-compat --enable-reduce-exports LDFLAGS=-static-libstdc++ + CONFIG_SITE=$PWD/depends/arm-linux-gnueabihf/share/config.site ./configure --enable-glibc-back-compat --enable-reduce-exports LDFLAGS=-static-libstdc++ make |