fixing minor typo in path for runing make

master
dbarthel-ol 2019-03-23 16:32:13 +01:00
rodzic 06ec92de59
commit 916aae5227
1 zmienionych plików z 1 dodań i 1 usunięć

@ -19,7 +19,7 @@ In order to compile on OSX you will need the following software packages install
* If you like using git completion or `$(__git_ps1)` for your prompt, then add the following line to your ~/.bashrc file: `. /opt/local/share/git/contrib/completion/git-prompt.sh`
## Build Process
Same as on Linux - go to `micropython/unix` and run `make` (or `make -B` or `make clean; make` if rebuilding.
Same as on Linux - go to `micropython/ports/unix` and run `make` (or `make -B` or `make clean; make` if rebuilding.
If installing libffi with homebrew, you might have to specify its location to pkgconfig
```