kopia lustrzana https://github.com/Hamlib/Hamlib
Suppress initializer-overrides for MacOS build
rodzic
bdf4baa5b7
commit
293f5ec2e5
|
@ -30,6 +30,11 @@ jobs:
|
||||||
brew install grep
|
brew install grep
|
||||||
- name: bootstrap
|
- name: bootstrap
|
||||||
run: ./bootstrap
|
run: ./bootstrap
|
||||||
|
- name: Suppress -Winitializer-overrides on macOS
|
||||||
|
if: runner.os == 'macOS'
|
||||||
|
run: |
|
||||||
|
export CFLAGS="$CFLAGS -Wno-initializer-overrides"
|
||||||
|
export CXXFLAGS="$CXXFLAGS -Wno-initializer-overrides"
|
||||||
- name: README Debug
|
- name: README Debug
|
||||||
run: grep README Makefile.am
|
run: grep README Makefile.am
|
||||||
- name: configure
|
- name: configure
|
||||||
|
|
Ładowanie…
Reference in New Issue