chore: remove TARGET_OS from Makefile

This commit is contained in:
Yaroslav Gurov
2025-12-12 16:48:48 +01:00
parent cb397f2c73
commit 281f9fe1ff

View File

@@ -24,7 +24,7 @@ ifneq ($(SDK),)
CGO_CFLAGS += -isysroot $(shell xcrun --sdk $(SDK) --show-sdk-path)
endif
ifeq ($(TARGET_OS),windows)
ifeq ($(OS),windows)
all: $(BUILD_DIR)/$(LIB_LIB)
else
all: $(BUILD_DIR)/$(LIB_ARC)