Skip to content

Commit ba9257e

Browse files
authored
Update README.md
Uppdated path to example lib in build command
1 parent 0481d81 commit ba9257e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Tested with the following combinations:
1515
**NOTE: The below commands will build for 64-bit simulator only. Change the `-DIOS_PLATFORM` to the applicable value if targeting another platform.**
1616

1717
```bash
18-
cd example
18+
cd example/example-lib
1919
mkdir build
2020
cd build
2121
cmake .. -DCMAKE_TOOLCHAIN_FILE=../../ios.toolchain.cmake -DIOS_PLATFORM=SIMULATOR64

0 commit comments

Comments
 (0)