Skip to content

Commit 638809a

Browse files
committed
simplify
1 parent fe8800d commit 638809a

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
# Libtool library files generated during build process
3030
*.la
3131

32+
# Mac shared library files generated during build process
33+
*.dylib
34+
3235
# Directories created by Libtool for storing generated library files
3336
.libs/
3437

build/php.m4

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -768,17 +768,8 @@ dnl
768768
dnl PHP_BUILD_SHARED_DYLIB
769769
dnl
770770
AC_DEFUN([PHP_BUILD_SHARED_DYLIB],[
771-
PHP_BUILD_PROGRAM
771+
PHP_BUILD_SHARED
772772
OVERALL_TARGET=libphp.dylib
773-
php_sapi_module=shared
774-
775-
php_c_pre=$shared_c_pre
776-
php_c_meta=$shared_c_meta
777-
php_c_post=$shared_c_post
778-
php_cxx_pre=$shared_cxx_pre
779-
php_cxx_meta=$shared_cxx_meta
780-
php_cxx_post=$shared_cxx_post
781-
php_lo=$shared_lo
782773
])
783774

784775
dnl

0 commit comments

Comments
 (0)