Skip to content

Commit

Permalink
replace -H by -S
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaminsk committed Oct 1, 2024
1 parent 48d0684 commit 57b006f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ assume that [Emscripten](https://kripken.github.io/emscripten-site/) has been
installed. Only the web target and a subset of clingo's configuration are
supported when compiling to JavaScript:

emcmake cmake -H<SOURCE_DIR> -B<BUILD_DIR> \
emcmake cmake -S<SOURCE_DIR> -B<BUILD_DIR> \
-DCLINGO_BUILD_WEB=On \
-DCLINGO_BUILD_WITH_PYTHON=Off \
-DCLINGO_BUILD_WITH_LUA=Off \
Expand Down

0 comments on commit 57b006f

Please sign in to comment.