[Mac] Change webview_chromium sample to use webview_chromium library.

This commit is contained in:
Haojian Wu 2014-07-29 13:33:46 +08:00 committed by Tobias Taschner
parent 910dead2d0
commit 58d5d963e8
No known key found for this signature in database
GPG key ID: AE6ECD71294F87FD
2 changed files with 3 additions and 3 deletions

View file

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