Skip to content

Commit

Permalink
Drop -S from Python install
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Feb 3, 2024
1 parent 90adab8 commit 40fb7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if exist ffi\build rmdir /S /Q ffi\build

llvm-config.exe --libs

%PYTHON% -S setup.py install
%PYTHON% setup.py install
if errorlevel 1 exit 1

%PYTHON% runtests.py
Expand Down

0 comments on commit 40fb7e1

Please sign in to comment.