Skip to content

Commit

Permalink
jvm is now a reserved define
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Feb 1, 2024
1 parent ed0b189 commit a107fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context/common.ml
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ let external_defined_value ctx k =
Define.raw_defined_value ctx.defines (convert_define k)

let reserved_flags = [
"true";"false";"null";"cross";"js";"lua";"neko";"flash";"php";"cpp";"java";"python";"hl";"hlc";
"true";"false";"null";"cross";"js";"lua";"neko";"flash";"php";"cpp";"java";"jvm";"python";"hl";"hlc";
"swc";"macro";"sys";"static";"utf16";"haxe";"haxe_ver"
]

Expand Down

0 comments on commit a107fa6

Please sign in to comment.