mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 14:43:34 +00:00
installing SDL2 framework in macos action
This commit is contained in:
7
.github/workflows/macos_x86.yml
vendored
7
.github/workflows/macos_x86.yml
vendored
@@ -29,9 +29,10 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
# Install system dependencies
|
# Install system dependencies
|
||||||
- name: Install Dependancies
|
- name: Setup SDL2 frameworks
|
||||||
run: |
|
uses: BrettDong/setup-sdl2-frameworks@main
|
||||||
brew install SDL2
|
with:
|
||||||
|
sdl2: latest
|
||||||
|
|
||||||
# Build the lib
|
# Build the lib
|
||||||
- name: Build MacroLibX
|
- name: Build MacroLibX
|
||||||
|
|||||||
1
Makefile
1
Makefile
@@ -168,7 +168,6 @@ clean:
|
|||||||
fclean: clean
|
fclean: clean
|
||||||
@$(RM) $(NAME)
|
@$(RM) $(NAME)
|
||||||
@printf "Cleaned $(_BOLD)$(NAME)$(_RESET)\n"
|
@printf "Cleaned $(_BOLD)$(NAME)$(_RESET)\n"
|
||||||
@printf "Cleaned $(_BOLD)$(NAME)$(_RESET)\n"
|
|
||||||
|
|
||||||
re: fclean _printbuildinfos
|
re: fclean _printbuildinfos
|
||||||
@$(MAKE) $(NAME)
|
@$(MAKE) $(NAME)
|
||||||
|
|||||||
Reference in New Issue
Block a user