Specify CEF Framework link in bakefile system instead configure.

Add CEF framework link in configure will cause each binary builds with
CEF framework path option. We only need to link CEF framework on
building webview library.
This commit is contained in:
Haojian Wu 2014-07-19 17:20:40 +08:00 committed by Tobias Taschner
parent 500eb4754b
commit a119eaee7f
No known key found for this signature in database
GPG key ID: AE6ECD71294F87FD
3 changed files with 8 additions and 5 deletions

View file

@ -606,4 +606,10 @@ For example, add "-F pe-i386" here if using 64 bit windres for 32 bit build.
</if>
</set>
<set var="LIBCEF_FRAMEWORK">
<if cond="PLATFORM_MACOSX=='1'">
-F$(TOP_SRCDIR)cef/Release/ -framework Chromium\ Embedded\ framework
</if>
</set>
</makefile>