Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
heyanlong committed Jun 6, 2022
1 parent 97a1da8 commit 617a325
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,14 @@ if test "$PHP_SKYWALKING" != "no"; then
PHP_ADD_LIBRARY(pthread)
PHP_ADD_LIBRARY(dl,,SKYWALKING_SHARED_LIBADD)
PHP_ADD_LIBRARY(dl)
PHP_ADD_LIBRARY(rt,,SKYWALKING_SHARED_LIBADD)
PHP_ADD_LIBRARY(rt)
case $host in
*darwin*)
;;
*)
PHP_ADD_LIBRARY(rt,,SKYWALKING_SHARED_LIBADD)
PHP_ADD_LIBRARY(rt)
;;
esac

PHP_SUBST(SKYWALKING_SHARED_LIBADD)

Expand Down

0 comments on commit 617a325

Please sign in to comment.