mirror of https://github.com/n1nj4sec/pupy.git
some make versions don't tolerate indents on conditional if
This commit is contained in:
parent
2496aa5a4b
commit
f633a8e163
|
@ -6,11 +6,11 @@ PYTHON=$(PYTHONPATH)/python.exe
|
|||
TEMPLATE_OUTPUT_PATH=..\..\pupy\payload_templates
|
||||
|
||||
ifndef ARCH
|
||||
$(error You must specify an architecture.)
|
||||
$(error You must specify an architecture.)
|
||||
else
|
||||
ifeq "$(ARCH)" "x64"
|
||||
CFLAGS:=$(CFLAGS) /DWIN_X64 /D_WIN64
|
||||
endif
|
||||
ifeq "$(ARCH)" "x64"
|
||||
CFLAGS:=$(CFLAGS) /DWIN_X64 /D_WIN64
|
||||
endif
|
||||
endif
|
||||
|
||||
PYOBJS=_memimporter.obj MyLoadLibrary.obj Python-dynload.obj pupy_load.obj pupy.obj base_inject.obj
|
||||
|
|
Loading…
Reference in New Issue