some make versions don't tolerate indents on conditional if

This commit is contained in:
n1nj4sec 2015-10-11 17:32:55 +02:00
parent 2496aa5a4b
commit f633a8e163
1 changed files with 4 additions and 4 deletions

View File

@ -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