mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-26 08:38:47 +00:00
Fixed generated symbols' names used for macOS
This commit is contained in:
parent
ced766734c
commit
e6f4e06973
3 changed files with 69 additions and 69 deletions
|
|
@ -15,7 +15,7 @@ type scope = {
|
|||
[@@deriving gt ~options:{ show }]
|
||||
|
||||
let label s = "_L" ^ s
|
||||
let builtin_label s = "B" ^ s
|
||||
let builtin_label s = "_B" ^ s
|
||||
let scope_label i s = label s ^ "_" ^ string_of_int i
|
||||
let show_scope = show scope
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue