mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
:(
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user