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

os is lower-case.

Fixes *nix builds of Win32 programs.
parent aa67be08
No related branches found
No related tags found
No related merge requests found
......@@ -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.
Finish editing this message first!
Please register or to comment