Skip to content
Snippets Groups Projects
Commit d457835c authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

os is lower-case.

Fixes *nix builds of Win32 programs.
parent 8f0ae86b
Branches
Tags
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #1697 passed
......@@ -214,7 +214,7 @@ ifndef os
endif
os := $(shell echo $(os) | tr '[A-Z]' '[a-z]' | tr ' ' '_')
ifneq ($(os),Win32)
ifneq ($(os),win32)
CFLAGS += -DPREFER_POLL
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment