SPWN-language icon indicating copy to clipboard operation
SPWN-language copied to clipboard

level compiler cannot find std library or something else

Open Kodeekk opened this issue 1 year ago • 2 comments

localhost# ./spwn build groupfiller.spwn -i .cargo/bin/libraries/
Parsing ...
Building script ...
———————————————————————————

Error: Unable to find library folder
   ╭─[groupfiller.spwn:1:1]
   │
 1 │ extract obj_props
   · ────────┬────────
   ·         ╰────────── 1: Not found in /root
   ·         │
   ·         ╰────────── 2: Not found in /.l2s
   ·         │
   ·         ╰────────── 3: Not found in .cargo/bin/libraries/
───╯
localhost#

Idk what's going on. Help me if you can:)

Kodeekk avatar Nov 27 '23 15:11 Kodeekk