mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 22:53:34 +00:00
fixing homebrew path
This commit is contained in:
4
.github/workflows/linux_clang.yml
vendored
4
.github/workflows/linux_clang.yml
vendored
@@ -21,10 +21,6 @@ jobs:
|
|||||||
if: "!contains(github.event.head_commit.message, 'ci skip')"
|
if: "!contains(github.event.head_commit.message, 'ci skip')"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Get current date as package key
|
|
||||||
id: cache_key
|
|
||||||
run: echo "key=$(date +'%W')" >> $GITHUB_OUTPUT
|
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|||||||
4
.github/workflows/linux_gcc.yml
vendored
4
.github/workflows/linux_gcc.yml
vendored
@@ -21,10 +21,6 @@ jobs:
|
|||||||
if: "!contains(github.event.head_commit.message, 'ci skip')"
|
if: "!contains(github.event.head_commit.message, 'ci skip')"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Get current date as package key
|
|
||||||
id: cache_key
|
|
||||||
run: echo "key=$(date +'%W')" >> $GITHUB_OUTPUT
|
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|||||||
4
.github/workflows/macos_x86.yml
vendored
4
.github/workflows/macos_x86.yml
vendored
@@ -21,10 +21,6 @@ jobs:
|
|||||||
if: "!contains(github.event.head_commit.message, 'ci skip')"
|
if: "!contains(github.event.head_commit.message, 'ci skip')"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Get current date as package key
|
|
||||||
id: cache_key
|
|
||||||
run: echo "key=$(date +'%W')" >> $GITHUB_OUTPUT
|
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|||||||
4
Makefile
4
Makefile
@@ -48,8 +48,8 @@ else
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(OS), Darwin)
|
ifeq ($(OS), Darwin)
|
||||||
LDFLAGS += -L /opt/homebrew/lib -lSDL2
|
LDFLAGS += -L /opt/homebrew/Cellar/lib -lSDL2
|
||||||
CXXFLAGS += -I /opt/homebrew/include
|
CXXFLAGS += -I /opt/homebrew/Cellar/include
|
||||||
NAME = libmlx.dylib
|
NAME = libmlx.dylib
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user