Skip to content

Commit c347fce

Browse files
committed
Removing cp37 from MacOS M1
Former-commit-id: d004468
1 parent 4812372 commit c347fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Embeddable/Res/python37.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
{$IFDEF MACOS}
1717
{$IFDEF MACOS64}
1818
{$IFDEF CPUARM}
19-
{$R ..\..\..\resources\python3-macos-3.7-universal2.res}
19+
//{$R ..\..\..\resources\python3-macos-3.7-universal2.res}
2020
{$ELSE}
2121
{$R ..\..\..\resources\python3-macos-3.7-x86_64.res}
2222
{$ENDIF CPUARM}

0 commit comments

Comments
 (0)