Skip to content

Commit

Permalink
Try forcing newer glibc?
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaleidosium committed Jan 23, 2025
1 parent 7e8b501 commit fae26c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/yue.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ if(BUILD_WITH_YUE)
POSITION_INDEPENDENT_CODE FALSE
)

target_compile_features(${YUESCRIPT_SRC} PRIVATE cxx_std_20)

target_sources(yuescript PRIVATE
${CMAKE_SOURCE_DIR}/src/api/yue_wrapper/yue_wrapper.cpp
${CMAKE_SOURCE_DIR}/src/api/yue_wrapper/yue_wrapper.h
Expand Down

0 comments on commit fae26c5

Please sign in to comment.