Skip to content

Commit

Permalink
User Manual: pass --library-types to Langkit_Support build/install cmds
Browse files Browse the repository at this point in the history
TN: T914-012
  • Loading branch information
pmderodat committed Nov 13, 2020
1 parent 436095b commit 8bca9f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user_manual/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ following steps:
$ pip install .
# Build the "langkit_support.gpr" project
$ python manage.py build-langkit-support
$ python manage.py build-langkit-support --library-types=static,static-pic,relocatable
# Install it. Replace $PREFIX below with the directory where you want to
# install the langkit_support.gpr project.
$ python manage.py install-langkit-support $PREFIX
$ python manage.py install-langkit-support --library-types=static,static-pic,relocatable $PREFIX
To develop comfortably:

Expand Down

0 comments on commit 8bca9f3

Please sign in to comment.