Skip to content

Commit

Permalink
Make the lua projects temporarily works well.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangbin committed Apr 24, 2015
1 parent 44d3846 commit 252e5e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ endif()
set(BUILD_CPP_TESTS_DEFAULT ON)
set(BUILD_LUA_LIBS_DEFAULT ON)
set(BUILD_LUA_TESTS_DEFAULT ON)
set(BUILD_JS_LIBS_DEFAULT ON)
set(BUILD_JS_TESTS_DEFAULT ON)
set(BUILD_JS_LIBS_DEFAULT OFF)
set(BUILD_JS_TESTS_DEFAULT OFF)
# TODO: fix test samples for MSVC
if(MSVC)
set(BUILD_CPP_TESTS_DEFAULT OFF)
Expand Down
2 changes: 1 addition & 1 deletion cocos/base/ccConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ THE SOFTWARE.
* protected by default.
*/
#ifndef CC_CONSTRUCTOR_ACCESS
#define CC_CONSTRUCTOR_ACCESS public
#define CC_CONSTRUCTOR_ACCESS protected
#endif

/** @def CC_ENABLE_ALLOCATOR
Expand Down

0 comments on commit 252e5e1

Please sign in to comment.