Compare commits

..

2 Commits

Author SHA1 Message Date
1367aa8266 MicroSoft Windows: "it just works" 2025-09-15 12:27:22 +02:00
6c184a4d36 re-enable windows, and see what happens. 2025-09-15 12:17:37 +02:00
2 changed files with 4 additions and 3 deletions

View File

@@ -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:

View File

@@ -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