Skip to content

Commit

Permalink
wheel.mk: Enforce loading 'activate' from crossenv
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Mar 23, 2024
1 parent 97096fc commit bdade9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mk/spksrc.wheel.mk
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ build_wheel_target: $(PRE_WHEEL_TARGET)
ifneq ($(strip $(WHEELS)),)
$(foreach e,$(shell cat $(WORK_DIR)/python-cc.mk),$(eval $(e)))
@if [ -s $(WHEELHOUSE)/$(WHEELS_CROSSENV_COMPILE) -o -s $(WHEELHOUSE)/$(WHEELS_LIMITED_API) ]; then \
. $(WORK_DIR)/crossenv/bin/activate ; \
$(MSG) "Cross-compiling wheels" ; \
crossenvPIP=$(PIP) ; \
if [ -s "$(CROSSENV)" ] ; then \
Expand Down

0 comments on commit bdade9b

Please sign in to comment.