Skip to content

Commit

Permalink
CMakeList语法错误
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Jun 14, 2022
1 parent b2f1958 commit fc59a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ if (APPLE)
set_target_properties ( xlua PROPERTIES BUNDLE TRUE )
#set_target_properties ( xlua PROPERTIES FRAMEWORK TRUE )
#set_target_properties ( xlua PROPERTIES MACOSX_RPATH TRUE )
end
endif ()
endif ()
elseif ("${CMAKE_SYSTEM_NAME}" STREQUAL "Switch")
add_library(xlua STATIC
Expand Down

0 comments on commit fc59a57

Please sign in to comment.