this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Force mruby to use .a suffix for static libraries

Github Actions seems to also prefer the UNIX-native
prefix on Windows CMake

+2 -1
+1 -1
CMakeLists.txt
··· 243 243 set(MRUBY_TARGET host) 244 244 set(MRUBY_CONFIG ${CMAKE_SOURCE_DIR}/tic_mruby_build_config.rb) 245 245 endif() 246 - set(MRUBY_LIBRARIES ${MRUBY_DIR}/build/${MRUBY_TARGET}/lib/libmruby${CMAKE_STATIC_LIBRARY_SUFFIX}) 246 + set(MRUBY_LIBRARIES ${MRUBY_DIR}/build/${MRUBY_TARGET}/lib/libmruby.a) 247 247 248 248 ExternalProject_Add(mruby_vendor 249 249 SOURCE_DIR ${MRUBY_DIR}
+1
tic_mruby_build_config.rb
··· 72 72 # exts.executable = '' # '.exe' if Windows 73 73 # exts.library = '.a' 74 74 # end 75 + conf.exts.library = '.a' 75 76 76 77 # file separator 77 78 # conf.file_separator = '/'