diff options
| author | techmuse <44119098+techmuse8@users.noreply.github.com> | 2021-08-31 04:06:09 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-31 10:06:09 +0200 |
| commit | 75b6ea339a4fee8286493a40fe9b6af0ab63d822 (patch) | |
| tree | c2aa27d84b52fd585ce03702371d6e2d91e8cacd | |
| parent | 55ec724fee5cdc5ed91226f3e4f1aad11a3bcfb2 (diff) | |
Fixing a typo (#1205)
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ If everything went well, melonDS should now be in the `dist` folder. cmake .. -DCMAKE_PREFIX_PATH="$(brew --prefix qt@6);$(brew --prefix libarchive)" -DUSE_QT6=ON -DMACOS_BUNDLE_LIBS=ON make -j$(sysctl -n hw.logicalcpu) ``` -If everything went well, melonDS.app should now be in the curent directory. +If everything went well, melonDS.app should now be in the current directory. ## TODO LIST |