Skip to content

Commit 24ec0cd

Browse files
authored
Merge pull request #160 from afh/afh/fix-blankspace
Fix blankspace and newline at end of file
2 parents 73ae260 + 7485a16 commit 24ec0cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ $$(PYTHON_XCFRAMEWORK-$(os)): $$(foreach sdk,$$(SDKS-$(os)),$$(PYTHON_FATLIB-$$(
810810
xcodebuild -create-xcframework \
811811
-output $$@ $$(foreach sdk,$$(SDKS-$(os)),-library $$(PYTHON_FATLIB-$$(sdk)) -headers $$(PYTHON_DIR-$$(sdk))/include/python$(PYTHON_VER)) \
812812
2>&1 | tee -a build/$(os)/python-$(os).xcframework.log
813-
# Copy the standard library from the first target listed
813+
# Copy the standard library from the first target listed
814814
mkdir -p $$(PYTHON_RESOURCES-$(os))
815815
cp -f -r $$(PYTHON_DIR-$$(firstword $$(PYTHON_TARGETS-$(os))))/_install/lib/python$(PYTHON_VER) \
816816
$$(PYTHON_RESOURCES-$(os))
@@ -918,4 +918,4 @@ clean-Python: $(foreach os,$(OS_LIST),clean-Python-$(os))
918918
dev-clean-Python: $(foreach os,$(OS_LIST),dev-clean-Python-$(os))
919919

920920
# Expand the build macro for every OS
921-
$(foreach os,$(OS_LIST),$(eval $(call build,$(os))))
921+
$(foreach os,$(OS_LIST),$(eval $(call build,$(os))))

0 commit comments

Comments
 (0)