This commit is contained in:
Anthony Samms
2025-09-15 11:52:41 -04:00
parent 09f8f30c43
commit c7f3aeb4fc
2 changed files with 148 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ LIBS = -lportaudio -lsndfile -lsamplerate -lpthread -lm
# Detect OS and set appropriate flags
UNAME_S := $(shell uname -s 2>/dev/null || echo Windows)
# Windows detection (including GitHub Actions Windows runners)
# Windows detection
ifneq (,$(findstring Windows,$(UNAME_S)))
# Windows with MSVC
CC = cl