Skip to content

Commit 278d757

Browse files
jgsogolasote
authored andcommitted
Note about using only forward slashes for PROFILE_DIR variable (conan-io#1333)
* note about using only forward slashes * it is the path to directory, not to the file * typo
1 parent 22f3168 commit 278d757

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

reference/profiles.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@ You can also show profile's content:
6464
[build_requires]
6565
[env]
6666
67-
Use ``$PROFILE_DIR`` in your profile and it will be replaced with the absolute path to the profile file. It is useful to declare relative
68-
folders:
67+
Use ``$PROFILE_DIR`` in your profile and it will be replaced with the absolute path to
68+
the directory where the profile file is (this path will contain only forward slashes).
69+
It is useful to declare relative folders:
6970

7071
.. code-block:: text
7172

0 commit comments

Comments
 (0)