summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorvalmat <ufabiz@gmail.com>2014-03-18 22:39:18 +0600
committervalmat <ufabiz@gmail.com>2014-03-18 22:39:18 +0600
commitce1624b0be45aa12a95e22739185c70226d57b1b (patch)
treef474ccdbd2520190c2e83541d7c74a80c2d27a13 /Makefile
parente526e3baba901960d07bfc7759610711a6ab5ced (diff)
Accidentally deleted
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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`