8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96fa02d commit 67a2d35Copy full SHA for 67a2d35
doc/source/commands.rst
@@ -73,6 +73,14 @@ supply those that you need.
73
``--arch``
74
The architecture to build for. Currently only one architecture can be
75
targeted at a time, and a given distribution can only include one architecture.
76
+
77
+``--bootstrap BOOTSTRAP``
78
79
+ The Java bootstrap to use for your application. You mostly don't
80
+ need to worry about this or set it manually, as an appropriate
81
+ bootstrap will be chosen from your ``--requirements``. Current
82
+ choices are ``sdl2`` or ``pygame``; ``sdl2`` is experimental but
83
+ preferable where possible.
84
85
86
.. note:: These options are preliminary. Others will include toggles
0 commit comments