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

win32, not Win32

parent 94665b2f
No related branches found
No related tags found
No related merge requests found
Pipeline #5630 failed
......@@ -242,7 +242,7 @@ endif
ifeq ($(machine_uname),x86_64)
machine_uname := x64
endif
ifneq ($(os), Win32)
ifneq ($(os), win32)
CFLAGS += -fpic
endif
ifeq ($(machine_uname),sparc64)
......
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