File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 768768dnl PHP_BUILD_SHARED_DYLIB
769769dnl
770770AC_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
784775dnl
You can’t perform that action at this time.
0 commit comments