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

Disable -fpic for Win32

parent 8ebbbce9
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
......@@ -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