Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions compiler/conan-package-manager.stanza
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down