Skip to content

Commit

Permalink
Ports: Add PHP entry to taskbar menu
Browse files Browse the repository at this point in the history
  • Loading branch information
gmta authored and linusg committed Aug 4, 2021
1 parent a76c208 commit d2379df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Ports/php/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ configopts="
--with-zlib
--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 LIBS="-ldl"
Expand Down

0 comments on commit d2379df

Please sign in to comment.