Skip to content

Commit

Permalink
(minor) scripting shorter subtitles
Browse files Browse the repository at this point in the history
  • Loading branch information
vindarel committed Jan 14, 2025
1 parent 044357f commit fa17175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripting.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ build:
--eval "(sb-ext:save-lisp-and-die #p\"my-app\" :toplevel #'my-app:main :executable t)"
```

### `uiop:dump-image` is the portable equivalent of sb-ext:save-lisp-and-die
### With `uiop:dump-image`

`sb-ext:save-lisp-and-die` is SBCL-specific. Although the feature
exists in other implementations, the function to use is named
Expand Down Expand Up @@ -188,7 +188,7 @@ You can run this file, that we named `build.lisp`, with any implementation:


### Adding build steps directly in the ASDF system definition
### With ASDF

You can choose to add the build instructions directly in the `.asd` project definition.

Expand Down

0 comments on commit fa17175

Please sign in to comment.