From ce1624b0be45aa12a95e22739185c70226d57b1b Mon Sep 17 00:00:00 2001 From: valmat Date: Tue, 18 Mar 2014 22:39:18 +0600 Subject: Accidentally deleted --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9ecb526..516ab06 100644 --- a/Makefile +++ b/Makefile @@ -91,6 +91,9 @@ COMPILER_FLAGS = -Wall -c -I. -I${PHP_DIR} -I${PHP_DIR}/main -I${PHP_DIR}/ext # Just like the compiler, the linker can have flags too. The default flag # is probably the only one you need. # +# Are you compiling on OSX? You may have to append the option "-undefined dynamic_lookup" +# to the linker flags +# LINKER_FLAGS = -shared `php-config --ldflags` -- cgit v1.2.3