Skip to content

Commit

Permalink
2.1.10的window库引入了vc运行时的依赖,去掉
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Sep 25, 2017
1 parent 281e21b commit 561109c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified Assets/Plugins/x86/xlua.dll
Binary file not shown.
Binary file modified Assets/Plugins/x86_64/xlua.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion build/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

cmake_minimum_required(VERSION 2.8)

if ( WIN32 AND NOT CYGWIN AND NOT ( CMAKE_SYSTEM_NAME STREQUAL "WindowsStore" ) AND MSVC )
if ( WIN32 AND NOT CYGWIN AND NOT ( CMAKE_SYSTEM_NAME STREQUAL "WindowsStore" ) AND NOT ANDROID)
set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} /MT" CACHE STRING "")
set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} /MTd" CACHE STRING "")
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} /MT" CACHE STRING "")
Expand Down

0 comments on commit 561109c

Please sign in to comment.