cocos2d / cocos2d-x-3rd-party-libs-src

Dependencies of cocos2d-x.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is it on purpose or mistake?

springrider opened this issue · comments

4961d9e recovered websocket header config with "websockets_header_files=l*.h
", and months later 66c86a8 reverted it...

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.