1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00

Config change to remove exe suffix.

git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@218 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
cameronrich 2011-09-09 10:48:17 +00:00
parent 92667aee8a
commit c0eb269cf7

View File

@ -98,7 +98,7 @@ config CONFIG_HTTP_BUILD_LUA
config CONFIG_HTTP_CGI_LAUNCHER
string "CGI launcher location"
default "/usr/bin/cgi.exe"
default "/usr/bin/cgi"
depends on CONFIG_HTTP_HAS_CGI
help
The location of the CGI launcher application (could be /usr/bin/php5).