Android Build Tools
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
@ECHO OFF
|
||||
SET PYTHONHOME=%~dp0..\python3
|
||||
SET PATH=%~dp0..\python3;%PATH%
|
||||
%~dp0lldb.exe %*
|
||||
EXIT /B %ERRORLEVEL%
|
||||
Reference in New Issue
Block a user