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

Disable -fpic for Win32

parent 592248e0
No related branches found
No related tags found
No related merge requests found
......@@ -242,7 +242,9 @@ endif
ifeq ($(machine_uname),x86_64)
machine_uname := x64
endif
CFLAGS += -fpic
ifneq ($(os), Win32)
CFLAGS += -fpic
endif
ifeq ($(machine_uname),sparc64)
CFLAGS += -D__BIG_ENDIAN__
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