Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Dec 23, 2024
1 parent 71f27b3 commit 0d87590
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
# Libtool library files generated during build process
*.la

# Mac shared library files generated during build process
*.dylib

# Directories created by Libtool for storing generated library files
.libs/

Expand Down
11 changes: 1 addition & 10 deletions build/php.m4
Original file line number Diff line number Diff line change
Expand Up @@ -768,17 +768,8 @@ dnl
dnl PHP_BUILD_SHARED_DYLIB
dnl
AC_DEFUN([PHP_BUILD_SHARED_DYLIB],[
PHP_BUILD_PROGRAM
PHP_BUILD_SHARED
OVERALL_TARGET=libphp.dylib
php_sapi_module=shared
php_c_pre=$shared_c_pre
php_c_meta=$shared_c_meta
php_c_post=$shared_c_post
php_cxx_pre=$shared_cxx_pre
php_cxx_meta=$shared_cxx_meta
php_cxx_post=$shared_cxx_post
php_lo=$shared_lo
])

dnl
Expand Down

0 comments on commit 0d87590

Please sign in to comment.