Remove -noproxy support in the Examples of PHP7

This commit is contained in:
Nihal 2017-06-26 11:21:52 +05:30 committed by Olly Betts
commit 717ef91b90
4 changed files with 21 additions and 21 deletions

View file

@ -5,7 +5,7 @@ CXXSRCS = example.cxx
TARGET = example
INTERFACE = example.i
LIBS =
SWIGOPT = -noproxy
SWIGOPT =
check: build
$(MAKE) -f $(TOP)/Makefile SRCDIR='$(SRCDIR)' php_run