Skip to content

Commit

Permalink
Merge pull request #589 from jingjingxyk/experiment-webui
Browse files Browse the repository at this point in the history
fix phpy static build bug
  • Loading branch information
jingjingxyk committed Apr 15, 2024
2 parents 39ff0ba + 7b76f4d commit 16e141d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sapi/src/builder/extension/phpy.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

$libs = $p->isMacos() ? '-lc++' : ' -lstdc++ ';
$p->withVariable('LIBS', '$LIBS ' . $libs);
$p->withVariable('CPPFLAGS', '$CPPFLAGS -I' . $p->getPhpSrcDir(). '/ext/phpy/include');
$p->withVariable('CPPFLAGS', '$CPPFLAGS -I' . $p->getWorkDir(). '/ext/phpy/include');


};
Expand Down

0 comments on commit 16e141d

Please sign in to comment.