File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -492,10 +492,10 @@ ifeq ($(os), visionOS)
492
492
echo "Skipping arch-specific header copying for visionOS"
493
493
else
494
494
# Add the individual headers from each target in an arch-specific name
495
- $(foreach target,$(SDK_TARGETS-$(sdk)),cp $(PYTHON_INCLUDE-$(target))/pyconfig.h $(PYTHON_INCLUDE-$(sdk))/pyconfig-$(ARCH-$(target)).h;)
495
+ $$ (foreach target,$$ (SDK_TARGETS-$(sdk)),cp $$ (PYTHON_INCLUDE-$$ (target))/pyconfig.h $$ (PYTHON_INCLUDE-$(sdk))/pyconfig-$$ (ARCH-$$ (target)).h; )
496
496
497
497
# Copy the cross-target header from the source folder of the first target in the $(sdk) SDK
498
- cp $(PYTHON_SRCDIR-$(firstword $(SDK_TARGETS-$(sdk))))/$(os)/Resources/pyconfig.h $(PYTHON_INCLUDE-$(sdk))/pyconfig.h
498
+ cp $$ (PYTHON_SRCDIR-$$ (firstword $$ (SDK_TARGETS-$(sdk))))/$(os)/Resources/pyconfig.h $ $(PYTHON_INCLUDE-$(sdk))/pyconfig.h
499
499
endif
500
500
501
501
You can’t perform that action at this time.
0 commit comments