Skip to content

Commit f5d1941

Browse files
committed
Try something else for OSX.
1 parent 4187fa5 commit f5d1941

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ccpp.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ jobs:
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

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,13 @@ else
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 \

0 commit comments

Comments
 (0)