1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 11:57:35 +00:00

Ports: Add PHP entry to taskbar menu

This commit is contained in:
Jelle Raaijmakers 2021-08-04 13:18:56 +02:00 committed by Linus Groh
parent a76c208bae
commit d2379dfe96

View file

@ -14,6 +14,11 @@ configopts="
--with-zlib --with-zlib
--without-pcre-jit --without-pcre-jit
" "
launcher_name="PHP"
launcher_category="Development"
launcher_command="/usr/local/bin/php -a"
launcher_run_in_terminal="true"
icon_file="win32/build/php.ico"
export CFLAGS="-I${SERENITY_INSTALL_ROOT}/usr/local/include/libxml2" export CFLAGS="-I${SERENITY_INSTALL_ROOT}/usr/local/include/libxml2"
export LIBS="-ldl" export LIBS="-ldl"