diff --git a/win32/build/Makefile b/win32/build/Makefile index e8d8fa98c2d..36b112e439a 100644 --- a/win32/build/Makefile +++ b/win32/build/Makefile @@ -22,6 +22,7 @@ LD="$(LINK)" MC="$(MC)" MT="$(MT)" RE2C="$(RE2C)" +PHP_BUILD=$(PHP_BUILD) MCFILE=$(BUILD_DIR)\wsyslog.rc @@ -118,6 +119,7 @@ $(BUILD_DIR)\php.exe -d open_basedir= -d output_buffering=0 run-tests.php $(TEST <