aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2026-01-27 00:30:56 +0000
committerLi Jin <dragon-fly@qq.com>2026-01-27 00:30:56 +0000
commit7c2a92b82e9808d3c5ea29b47d1c59d663fe984a (patch)
treeceba95c48bd8d5d9fff3d1206483ddf073c0e03d /makefile
parente70e63a9737ed3a9e72f1329901075498190e6b4 (diff)
downloadyuescript-7c2a92b82e9808d3c5ea29b47d1c59d663fe984a.tar.gz
yuescript-7c2a92b82e9808d3c5ea29b47d1c59d663fe984a.tar.bz2
yuescript-7c2a92b82e9808d3c5ea29b47d1c59d663fe984a.zip
Add compiler improvements and comprehensive test suitecompiler-improvements
- Fixed path option handling to avoid semicolon concatenation issues - Added exception handling for std::length_error and general exceptions - Added comprehensive test specifications for advanced language features Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 09aa86d..dac835a 100644
--- a/makefile
+++ b/makefile
@@ -80,7 +80,7 @@ endif
80ifeq ($(IS_TERMUX),true) 80ifeq ($(IS_TERMUX),true)
81 ifeq ($(NO_WATCHER),) 81 ifeq ($(NO_WATCHER),)
82 NO_WATCHER := true 82 NO_WATCHER := true
83 $(info Detected Android Termux environment, automatically setting NO_WATCHER=true) 83 $(info Detected Android Termux environment, automatically setting NO_WATCHER=true)
84 endif 84 endif
85endif 85endif
86 86