mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-21216 Windows: Ensure directory exists before running rc
When building in parallel it's possible that the rc command is invoked before other rules get around to creating the output directory.
This commit is contained in:
parent
4276d83e8a
commit
ed268e77e3
1 changed files with 1 additions and 0 deletions
|
@ -241,6 +241,7 @@ ifeq ($(ENABLE_SO_VERSION_DATA),1)
|
|||
ifeq ($(PKGDATA_MODE),dll)
|
||||
SO_VERSION_DATA = $(OUTTMPDIR)/icudata.res
|
||||
$(SO_VERSION_DATA) : $(MISCSRCDIR)/icudata.rc
|
||||
mkdir -p $(@D)
|
||||
ifeq ($(MSYS_RC_MODE),1)
|
||||
rc.exe -i$(srcdir)/../common -i$(top_builddir)/common -fo$@ $(CPPFLAGS) $<
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue