Skip to content

Commit

Permalink
settings.yaml: put generated static libraries into build temp dir
Browse files Browse the repository at this point in the history
Signed-off-by: Enrico Weigelt, metux IT consult <[email protected]>
  • Loading branch information
metux committed Dec 10, 2023
1 parent 47d6be2 commit 18dfa1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ platform:
compiler/lang: C
library/name: ${@@^::@id}
library/pkgid: ${@@^::@id}
library/dir: .
library/dir: ${buildconf::@builddir/tmp}
install: true
abi: 1

Expand Down Expand Up @@ -331,7 +331,7 @@ platform:
compiler/lang: C++
library/name: ${@@^::@id}
library/pkgid: ${@@^::@id}
library/dir: .
library/dir: ${buildconf::@builddir/tmp}
install: true
abi: 1

Expand Down

0 comments on commit 18dfa1d

Please sign in to comment.