mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 06:05:44 +01:00
test-fix: macosx compilation
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -13,7 +13,7 @@ jobs:
|
|||||||
- ubuntu-24.04-arm
|
- ubuntu-24.04-arm
|
||||||
# - windows-latest
|
# - windows-latest
|
||||||
# - windows-11-arm
|
# - windows-11-arm
|
||||||
# - macos-latest
|
- macos-latest
|
||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -33,6 +33,8 @@ ifeq ($(OS),Windows_NT)
|
|||||||
ISWIN = 1
|
ISWIN = 1
|
||||||
NAME := $(NAME).exe
|
NAME := $(NAME).exe
|
||||||
$(warning Detected Windows_NT, please refer to the documentation if you encounter issues.)
|
$(warning Detected Windows_NT, please refer to the documentation if you encounter issues.)
|
||||||
|
else ifeq ($(shell uname -s),Darwin)
|
||||||
|
LDLIBS += -framework Cocoa -framework OpenGL -framework IOKit
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# TODO: find a better method to find all source files
|
# TODO: find a better method to find all source files
|
||||||
|
|||||||
Reference in New Issue
Block a user