Fix autoconf generated error in bakefile_gen.
This commit is contained in:
parent
9eca39a928
commit
2d1502f131
3 changed files with 28 additions and 23 deletions
|
|
@ -580,4 +580,28 @@ For example, add "-F pe-i386" here if using 64 bit windres for 32 bit build.
|
|||
</if>
|
||||
</set>
|
||||
|
||||
<set var="LIBCEF_NAME">
|
||||
<if cond="PLATFORM_WIN32=='1'">
|
||||
libcef
|
||||
</if>
|
||||
<if cond="PLATFORM_MACOSX=='1'">
|
||||
<!--TODO -->
|
||||
</if>
|
||||
<if cond="PLATFORM_UNIX=='1'">
|
||||
cef
|
||||
</if>
|
||||
</set>
|
||||
|
||||
<set var="LIBCEF_DLL_WRAPPER_NAME">
|
||||
<if cond="PLATFORM_WIN32=='1'">
|
||||
libcef
|
||||
</if>
|
||||
<if cond="PLATFORM_MACOSX=='1'">
|
||||
<!--TODO -->
|
||||
</if>
|
||||
<if cond="PLATFORM_UNIX=='1'">
|
||||
cef_dll_wrapper
|
||||
</if>
|
||||
</set>
|
||||
|
||||
</makefile>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue