Remove apparently accidental condition in webview sample bakefile
"target" doesn't seem to make sense nor be needed here, as removing it doesn't change anything in the generated files.
This commit is contained in:
parent
9f2fce3859
commit
784121a07a
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
<ldflags>$(LIBCEF_LINK)</ldflags>
|
||||
</if>
|
||||
<add-target target="fix_cef_link" type="action"
|
||||
cond="target and FORMAT=='autoconf' and PLATFORM_MACOSX=='1' and USE_WEBVIEW_CHROMIUM=='1'">
|
||||
cond="FORMAT=='autoconf' and PLATFORM_MACOSX=='1' and USE_WEBVIEW_CHROMIUM=='1'">
|
||||
<dependency-of>all</dependency-of>
|
||||
<command>
|
||||
<!--make helper app bundle -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue