mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Try and make build on OSX.
This commit is contained in:
2
.github/workflows/ccpp.yml
vendored
2
.github/workflows/ccpp.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
|||||||
repository: 'davidgiven/fluxengine-testdata'
|
repository: 'davidgiven/fluxengine-testdata'
|
||||||
path: 'fluxengine-testdata'
|
path: 'fluxengine-testdata'
|
||||||
- name: brew
|
- name: brew
|
||||||
run: brew install sqlite pkg-config libusb protobuf wxwidgets fmt make coreutils dylibbundler libjpeg
|
run: brew install sqlite pkg-config libusb protobuf wxwidgets fmt make coreutils dylibbundler libjpeg qt@5
|
||||||
- name: make
|
- name: make
|
||||||
run: gmake -j`nproc` -C fluxengine
|
run: gmake -j`nproc` -C fluxengine
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -97,7 +97,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: brew
|
- name: brew
|
||||||
run: brew install sqlite pkg-config libusb protobuf wxwidgets fmt make coreutils dylibbundler libjpeg
|
run: brew install sqlite pkg-config libusb protobuf wxwidgets fmt make coreutils dylibbundler libjpeg qt@5
|
||||||
- name: make
|
- name: make
|
||||||
run: gmake
|
run: gmake
|
||||||
|
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -33,6 +33,8 @@ endif
|
|||||||
# Special OSX settings.
|
# Special OSX settings.
|
||||||
|
|
||||||
ifeq ($(shell uname),Darwin)
|
ifeq ($(shell uname),Darwin)
|
||||||
|
export PKG_CONFIG_PATH="/usr/local/opt/qt@5/lib/pkgconfig"
|
||||||
|
|
||||||
LDFLAGS += \
|
LDFLAGS += \
|
||||||
-framework IOKit \
|
-framework IOKit \
|
||||||
-framework Foundation
|
-framework Foundation
|
||||||
|
|||||||
Reference in New Issue
Block a user