mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
build: Fixed incorrect script termination from commit ad1dc10e61
This commit is contained in:
parent
a9b774a773
commit
b399b04902
@ -621,7 +621,7 @@ function gen_element(type, dir, file)\
|
|||||||
-v src_rc="$$win32_src_rc" \
|
-v src_rc="$$win32_src_rc" \
|
||||||
-v src_x_srcs="$$sorted_src_x_srcs" \
|
-v src_x_srcs="$$sorted_src_x_srcs" \
|
||||||
-v src_x_hdrs="$$sorted_src_x_hdrs" \
|
-v src_x_hdrs="$$sorted_src_x_hdrs" \
|
||||||
"$$awk_code" $(srcdir)/$(VC14_SRCTMPL) > $(VC14_SRCVCXPROJ) || { exit 1; };) \
|
"$$awk_code" $(srcdir)/$(VC14_SRCTMPL) > $(VC14_SRCVCXPROJ) || { exit 1; }; \
|
||||||
\
|
\
|
||||||
echo "generating '$(VC15_LIBVCXPROJ)'"; \
|
echo "generating '$(VC15_LIBVCXPROJ)'"; \
|
||||||
awk -v proj_type=vcxproj \
|
awk -v proj_type=vcxproj \
|
||||||
|
Loading…
Reference in New Issue
Block a user