Skip to content

Commit ab0b1ea

Browse files
committed
fix: quote typo
1 parent 07e37b9 commit ab0b1ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export PATH=/opt/dyne/gcc-musl/bin:$PATH
3232
Look inside the bin directory for the list of executable compiler tools and setup `CC`, `CXX`, `LD` and `AR` flags accordingly for each build system used by your projects. For example:
3333
```sh
3434
export ARCH="x86_64-linux-musl"
35-
export CFLAGS="-I/opt/dyne/${ARCH}/include -Os ${CFLAGS}
35+
export CFLAGS="-I/opt/dyne/${ARCH}/include -Os ${CFLAGS}"
3636
export CXXFLAGS="${CFLAGS}"
3737
export LDFLAGS="-static -L/opt/dyne/${ARCH}/lib ${LDFLAGS}"
3838
export CC="/opt/dyne/gcc-musl/bin/${ARCH}-gcc"

0 commit comments

Comments
 (0)