mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-18 09:45:45 +01:00
Compare commits
2 Commits
82ebe1f4d1
...
1367aa8266
| Author | SHA1 | Date | |
|---|---|---|---|
| 1367aa8266 | |||
| 6c184a4d36 |
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@@ -11,8 +11,8 @@ jobs:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- ubuntu-24.04-arm
|
||||
# - windows-latest
|
||||
# - windows-11-arm
|
||||
- windows-latest
|
||||
- windows-11-arm
|
||||
- macos-latest
|
||||
runs-on: ${{matrix.os}}
|
||||
steps:
|
||||
|
||||
3
Makefile
3
Makefile
@@ -5,6 +5,7 @@
|
||||
NAME = mcaselector-lite
|
||||
DEBUG ?= 0
|
||||
CC ?= cc
|
||||
CMAKE ?= cmake -G 'Unix Makefiles'
|
||||
|
||||
# setting default compilation flags
|
||||
# some of which are able to be overwritten, others are always appended
|
||||
@@ -61,7 +62,7 @@ endif
|
||||
|
||||
# compiles the libraries using cmake
|
||||
lib/obj/%/: lib/%/
|
||||
cmake -S $< -B $@
|
||||
$(CMAKE) -S $< -B $@
|
||||
$(MAKE) -C $@
|
||||
|
||||
# link together a runtime binary
|
||||
|
||||
Reference in New Issue
Block a user