Skip to content

Commit e69c946

Browse files
committed
Mention libraryPathDependencies
1 parent 3dd5290 commit e69c946

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/language/ql-handbook/name-resolution.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ statement as follows:
7272
The query directory is the first enclosing directory containing a file called ``qlpack.yml``. (Or, in legacy products, a file called ``queries.xml``.)
7373

7474
#. If the compiler can't find the library file using the above two checks, it looks up ``examples/security/MyLibrary.qll``
75-
relative to each library path entry. The library path depends on the tools you use to
76-
run your query, and whether you have specified any extra settings.
75+
relative to each library path entry.
76+
The library path is usually specified in the ``libraryPathDependencies`` of the ``qlpack.yml`` file, though it may also depend on the tools you use to run your query, and whether you have specified any extra settings.
7777
For more information, see `Library path <https://help.semmle.com/QL/ql-spec/language.html#library-path>`__ in the QL language specification.
7878

7979
If the compiler cannot resolve an import statement, then it gives a compilation error.

0 commit comments

Comments
 (0)