File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 6666 - name : brew
6767 run : |
6868 brew install sqlite pkg-config libusb protobuf wxwidgets fmt make coreutils dylibbundler libjpeg libmagic nlohmann-json cli11 boost glfw3 md4c ninja python freetype2 mbedtls
69- brew unlink boost
70- brew link boost
71- ls -l /usr/local/include
7269 brew upgrade
7370 - name : make
7471 run : gmake -C fluxengine
Original file line number Diff line number Diff line change 4040 CC = clang
4141 CXX = clang++
4242 CFLAGS = -g -O3 \
43+ -I/opt/homebrew/include -I/usr/local/include \
4344 -Wno-unknown-warning-option
4445 CXXFLAGS = \
4546 -std=c++23 \
4647 -g -O3 \
4748 -fexperimental-library \
49+ -I/opt/homebrew/include -I/usr/local/include \
4850 -Wformat \
4951 -Wformat-security \
5052 -Wno-deprecated-enum-float-conversion \
You can’t perform that action at this time.
0 commit comments