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
|
||||
else
|
||||
NAME := 86
|
||||
CFLAGS += -D_FILE_OFFSET_BITS=64
|
||||
endif
|
||||
|
||||
CFLAGS += -Iresources/$(ARCH) -Iresources
|
||||
|
|
Loading…
Reference in New Issue