Closed springrider closed 7 years ago
it is on purpose, because l*.h
will match unneeded header files
the current version of cocos2d-x lite has lws_config.h included. it is not necessary anymore?
it is needed, but can not just use l*.h
to match it, may be should create a new issue
I am not sure why, but after change it back to "l*.h", it only copied the necessary file "lws_config.h" and "libwebsockets.h".. which is the correct behaviour...
it is because you only build websocket
right, new issue then, thanks.
4961d9e recovered websocket header config with "websockets_header_files=l*.h ", and months later 66c86a8 reverted it...