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:
Vadim Zeitlin 2023-09-06 02:57:51 +02:00
parent 9f2fce3859
commit 784121a07a

View file

@ -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 -->