projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
395b72f
)
[Title] Add PKG_CONFIG_PATH to build qemu on Windows.
author
Kitae Kim
<kt920.kim@samsung.com>
Thu, 17 May 2012 13:41:27 +0000
(22:41 +0900)
committer
Kitae Kim
<kt920.kim@samsung.com>
Thu, 17 May 2012 13:41:27 +0000
(22:41 +0900)
[Type]
[Module] emulator / dibs
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
package/build.windows
patch
|
blob
|
history
diff --git
a/package/build.windows
b/package/build.windows
index fb4699f627c964a53eedfa6f31347b0ebbfeb440..2e337807cd372322bc2a5b93557923d0598be548 100755
(executable)
--- a/
package/build.windows
+++ b/
package/build.windows
@@
-36,6
+36,7
@@
prepare()
PATH=$PATH:$ROOTDIR/bin:$ROOTDIR/apache-ant-1.8.3/bin
export PATH
+ export PKG_CONFIG_PATH=$ROOTDIR/lib/pkgconfig
BUILD_CFLAGS=--extra-cflags=-I$ROOTDIR/include
BUILD_LDFLAGS=--extra-ldflags=-L$ROOTDIR/lib
}