forked from mirrors/linphone-iphone
prepare.py: workaround for dummy_libraries target not properly rebuilding yet
This commit is contained in:
parent
35dbbde826
commit
a87eda0f02
1 changed files with 3 additions and 0 deletions
|
|
@ -307,6 +307,9 @@ def generate_makefile(platforms, generator):
|
|||
\t\t$(MAKE) {arch}-veryclean-$$package; \\
|
||||
\tdone
|
||||
|
||||
{arch}-build-dummy_libraries:
|
||||
\t{generator} WORK/ios-{arch}/cmake EP_dummy_libraries
|
||||
|
||||
{arch}-build-%: package-in-list-%
|
||||
\trm -f WORK/ios-{arch}/Stamp/EP_$*/EP_$*-update; \\
|
||||
\t{generator} WORK/ios-{arch}/cmake EP_$*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue