Skip to content

Commit 0351604

Browse files
committed
fix document
1 parent 2344835 commit 0351604

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ All of them share the same usage:
9595
For building libpng fat library with all arch x86_64, i386, armv7, arm64 on release mode:
9696

9797
```
98-
cd build/ios
98+
cd build
9999
./build.sh -p=ios --libs=png
100100
```
101101

@@ -114,7 +114,7 @@ All the other libraries share the same folder structure.
114114
For building libpng fat library with arch armv7 and arm64 on debug mode:
115115

116116
```
117-
cd build/ios
117+
cd build
118118
./build.sh -p=ios --libs=png --arch=armv7,arm64 --mode=debug
119119
```
120120

0 commit comments

Comments
 (0)