mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Added tags and updated doc
This commit is contained in:
parent
532a216444
commit
97f5aad069
@@ -66,6 +66,16 @@ Here is an example of what that can look like:
|
||||
linux.release.rv64 = "res://bin/libgdexample.linux.template_release.rv64.so"
|
||||
|
||||
|
||||
Entries are matched in order, so if two sets of feature tags could match
|
||||
the same system, be sure to put the more specific ones first:
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
[libraries]
|
||||
|
||||
linux.release.editor.x86_64 = "res://bin/libgdexample.linux.template_release.x86_64.so"
|
||||
linux.release.x86_64 = "res://bin/libgdexample.linux.noeditor.template_release.x86_64.so"
|
||||
|
||||
Here are lists of some of the available built-in options (for more look at the :ref:`feature tags <doc_feature_tags>`):
|
||||
|
||||
Running system
|
||||
|
||||
Reference in New Issue
Block a user