2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

mold: fix typo

This commit is contained in:
Dylan Araps 2021-08-16 12:03:45 +03:00
parent 324cd46da5
commit 1814fddf56
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -35,8 +35,8 @@ To use mold as the system linker, one of the following methods must be used.
+------------------------------------------------------------------------------+
| |
| $ export CFLAGS="$CFLAGS -ld-path=/usr/bin/mold" |
| $ export CXXFLAGS="$CXXFLAGS -ld-path=/usr/bin/mold" |
| $ export CFLAGS="$CFLAGS --ld-path=/usr/bin/mold" |
| $ export CXXFLAGS="$CXXFLAGS --ld-path=/usr/bin/mold" |
| |
+------------------------------------------------------------------------------+