fix failed bind method in gcc/clang
All checks were successful
ubuntu / Explore-Gitea-Actions (push) Successful in 1m39s

This commit is contained in:
2025-10-22 22:11:58 +08:00
parent 4cc759347f
commit 72db94928c
4 changed files with 102 additions and 80 deletions

View File

@@ -4,6 +4,7 @@ project(mrubypp LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(mruby_ROOT "/mnt/d/Sources/mruby/build/host")
option(MRUBYPP_BUILD_TEST "Build Catch2 Test" OFF)