fixed typo in mac compile instructions

This commit is contained in:
Harvey Fong 2025-06-17 17:37:44 -06:00
parent ed28903443
commit bc5d0035b9

View File

@ -19,7 +19,6 @@ workdir/
```
curl -LO https://github.com/Kitware/CMake/releases/download/v3.31.6/cmake-3.31.6-macos-universal.dmg
open cmake-3.31.6-macos-universal.dmgcurl -LO https://github.com/Kitware/CMake/releases/download/v3.31.6/cmake-3.31.6-macos-universal.dmg
open cmake-3.31.6-macos-universal.dmg
cd ~
mkdir workdir
@ -89,4 +88,5 @@ git clone https://github.com/oomer/oom.git
git clone https://git.indoodle.com/oomer/poomer-raylib-bella_onimage.git
cd poomer-raylib-bella_onimage
msbuild poomer-raylib-bella_onimage.vcxproj /p:Configuration=release /p:Platform=x64 /p:PlatformToolset=v143
x64\release\poomer-raylib-bella_onimage.exe -h
```