Skip to content

Commit bfcbebd

Browse files
committed
Correct regression in visionOS compile target.
1 parent 175454e commit bfcbebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ VERSION_MIN-visionOS=2.0
102102
# CFLAGS-visionOS=-arch arm64 -mtargetos=xros$(VERSION_MIN-visionOS)
103103
# For consistency with existing tooling, we use the -target form.
104104
PYTHON_CONFIGURE-visionOS=ac_cv_func_sigaltstack=no
105-
LIBFFI_HEADER_DIR-visionOS=visionos
105+
LIBFFI_HEADER_DIR-visionOS=xros
106106

107107
# watchOS targets
108108
TARGETS-watchOS=watchsimulator.x86_64 watchsimulator.arm64 watchos.arm64_32

0 commit comments

Comments
 (0)