Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in cocos_find_prebuilt_lib_by_name #18845

Closed
rh101 opened this issue May 24, 2018 · 1 comment
Closed

Typo in cocos_find_prebuilt_lib_by_name #18845

rh101 opened this issue May 24, 2018 · 1 comment
Assignees
Milestone

Comments

@rh101
Copy link
Contributor

rh101 commented May 24, 2018

  • cocos2d-x version: 3.17
  • devices test on:
  • developing environments
    • NDK version:
    • Xcode version:
    • VS version:
    • browser type and version:

In CocosBuildHelpers.cmake:

Function: cocos_find_prebuilt_lib_by_name

message(STATUS "find cocos prebuilt library: ${found_lib}")

should be

message(STATUS "found cocos prebuilt library: ${found_lib}")

The text in the logs from this function is misleading, since it's implying it's finding something, rather than it's found something.

@drelaptop
Copy link
Contributor

thanks, I will correct it @rh101

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants