diff --git a/compiler/conan-package-manager.stanza b/compiler/conan-package-manager.stanza index 44f4b4f30..ca6d81d4e 100644 --- a/compiler/conan-package-manager.stanza +++ b/compiler/conan-package-manager.stanza @@ -53,11 +53,11 @@ public defn ConanPackageManager () -> ForeignPackageManager : One $ List( ["--build" "never"])) ;This is the default directory where all of the Conan - ;files will be generated. By default it will be in 'build'. + ;files will be generated. By default it will be in '{WORKDIR}/build'. TableEntry(`conan-build-dir SINGLE-PATH true - One $ "build") + One $ "{WORKDIR}/build") ;This is the default directory where the .conan cache ;directory will be created. By default it will be in the ;project root directory.