forked from amazingfate/loongoffice
gbuild: remove gb_ExternalProject_use_unpacked
It must always be used exactly once, so replace it with constructor parameter. Change-Id: Ifbe87065c19a5185a5705dc461656179002ece5d
This commit is contained in:
@ -7,9 +7,7 @@
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
|
||||
$(eval $(call gb_ExternalProject_ExternalProject,python3))
|
||||
|
||||
$(eval $(call gb_ExternalProject_use_unpacked,python3,python3))
|
||||
$(eval $(call gb_ExternalProject_ExternalProject,python3,python3))
|
||||
|
||||
$(eval $(call gb_ExternalProject_use_externals,python3,\
|
||||
expat \
|
||||
|
||||
Reference in New Issue
Block a user