projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d6a73b
)
ci: cross: make sure we use the mingw pkg-config to detect cross deps
author
Stefan Schmidt
<s.schmidt@samsung.com>
Tue, 2 Jul 2019 08:59:08 +0000
(10:59 +0200)
committer
Shinwoo Kim
<cinoo.kim@samsung.com>
Wed, 10 Jul 2019 02:00:47 +0000
(11:00 +0900)
This only came up when we had gnutls native but not cross to find out
that we used the system pkg-config all the time to detect cross.
Making sure we use the correct tool to detect the cross dependencies.
.ci/cross_toolchain.txt
patch
|
blob
|
history
diff --git
a/.ci/cross_toolchain.txt
b/.ci/cross_toolchain.txt
index
565643b
..
756888d
100644
(file)
--- a/
.ci/cross_toolchain.txt
+++ b/
.ci/cross_toolchain.txt
@@
-5,7
+5,7
@@
ar = 'x86_64-w64-mingw32-ar'
ranlib = 'x86_64-w64-mingw32-ranlib'
strip = 'x86_64-w64-mingw32-strip'
windres = 'x86_64-w64-mingw32-windres'
-pkgconfig = 'pkg-config'
+pkgconfig = '
x86_64-w64-mingw32-
pkg-config'
[host_machine]
system = 'windows'