You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -167,11 +167,11 @@ runtime error: undefined function undefined-fn
167
167
## AOT compilation
168
168
169
169
To compile a file into a binary, the function named `-main` needs to be defined, which designates an entrypoint.
170
-
Also make sure to run `cargo build` command before AOT compilation to build the runtime library (needs to be only done once).
170
+
Also make sure to run `cargo build --manifest-path ./unlisp_rt_staticlib/Cargo.toml` command before AOT compilation to build static runtime library (needs to be only done once).
0 commit comments