mirror of https://github.com/n1nj4sec/pupy.git
linux/32: Ensure *64 calls are used
This commit is contained in:
parent
9bba4a5f2d
commit
45711e1c37
|
@ -33,6 +33,7 @@ NAME := 64
|
||||||
LDFLAGS += -m64
|
LDFLAGS += -m64
|
||||||
else
|
else
|
||||||
NAME := 86
|
NAME := 86
|
||||||
|
CFLAGS += -D_FILE_OFFSET_BITS=64
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CFLAGS += -Iresources/$(ARCH) -Iresources
|
CFLAGS += -Iresources/$(ARCH) -Iresources
|
||||||
|
|
Loading…
Reference in New Issue