Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add YueScript as an additional scripting language #2743

Draft
wants to merge 21 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Disabled macro feature which crashes runtime.
  • Loading branch information
pigpigyyy committed Jan 21, 2025
commit f8e60f6b04a00eaca70b237cad9b97f792482ccc
2 changes: 2 additions & 0 deletions cmake/yue.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ if(BUILD_WITH_YUE)
${CMAKE_SOURCE_DIR}/src
)

target_compile_definitions(yuescript PRIVATE YUE_NO_MACRO)

if(MSVC)
target_compile_definitions(yuescript PRIVATE _SCL_SECURE_NO_WARNINGS)
else()
Expand Down