1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

cmake: remove unicode quote from lws_config_private template

Apparently some toolchains / platforms / locales don't handle UTF-8 well
This commit is contained in:
huangkaicheng 2020-04-27 13:58:40 +01:00 committed by Andy Green
parent 182b5121d0
commit d179acd62d

View file

@ -19,7 +19,7 @@
/* Define to 1 if you have the `fork' function. */
#cmakedefine LWS_HAVE_FORK
/* Define to 1 if you have the `getenv function. */
/* Define to 1 if you have the `getenv' function. */
#cmakedefine LWS_HAVE_GETENV
/* Define to 1 if you have the <in6addr.h> header file. */