mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-29 08:43:42 -04:00
Attempt to fix macOS workflow mk7
This commit is contained in:
parent
54f6004bf9
commit
35382d1a7e
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
@ -23,8 +23,8 @@ jobs:
|
|||||||
# /usr/local because macOS already provides this software.
|
# /usr/local because macOS already provides this software.
|
||||||
run: |
|
run: |
|
||||||
brew install gperf bison flex
|
brew install gperf bison flex
|
||||||
echo 'export PATH="/usr/local/opt/bison/bin:/usr/local/opt/flex/bin:$PATH"' >> /Users/runner/.bash_profile
|
sudo ln -s /usr/local/opt/bison/bin/bison /usr/local/bin/bison
|
||||||
export PATH="/usr/local/opt/bison/bin:/usr/local/opt/flex/bin:$PATH"
|
sudo ln -s /usr/local/opt/flex/bin/flex /usr/local/bin/flex
|
||||||
|
|
||||||
- name: Install libinotify-kqueue
|
- name: Install libinotify-kqueue
|
||||||
# brew does not have libinotify package
|
# brew does not have libinotify package
|
||||||
|
@ -163,6 +163,8 @@ EXTRA_DIST = \
|
|||||||
# to the particular target name, so a header file name.
|
# to the particular target name, so a header file name.
|
||||||
$(LEXER_SRC:.l=.h): $(LEXER_SRC)
|
$(LEXER_SRC:.l=.h): $(LEXER_SRC)
|
||||||
$(LEX) --header-file=$@ --stdout $(@:.h=.l) > /dev/null
|
$(LEX) --header-file=$@ --stdout $(@:.h=.l) > /dev/null
|
||||||
|
$(YACC) --version
|
||||||
|
which $(YACC)
|
||||||
|
|
||||||
# Anything built by make should be cleaned by make clean, but when it comes to
|
# Anything built by make should be cleaned by make clean, but when it comes to
|
||||||
# flex/bison automake's support leaves something to be desired
|
# flex/bison automake's support leaves something to be desired
|
||||||
|
Loading…
x
Reference in New Issue
Block a user