Sync push

This commit is contained in:
Sylar 2026-01-03 01:15:14 +01:00
parent 020b11bf36
commit 7f26511175
2 changed files with 1 additions and 3 deletions

View file

@ -145,7 +145,7 @@ eval "$(/usr/local/bin/brew shellenv)"
##### Step 3: Install dependencies
```bash
brew install llvm gdb cmake make boost sdl2 sdl2_mixer sdl2_image sdl2_ttf sdl2_gfx pkg-config
brew install git llvm gdb cmake make boost sdl2 sdl2_mixer sdl2_image sdl2_ttf sdl2_gfx pkg-config
```
##### Step 4: Build OmniaFramework

2
build
View file

@ -11,8 +11,6 @@ else
NJOBS=-j$(nproc)
fi
# -j"$(sysctl -n hw.ncpu)"
if [[ "$(uname -s)" == MINGW64_NT* ]]; then
MAKE_COMMAND=mingw32-make.exe
MAKEFILE_TYPE="MinGW Makefiles"