Skip to content

Commit

Permalink
Fix cd can't work cross disks
Browse files Browse the repository at this point in the history
  • Loading branch information
H2Sxxa authored Feb 12, 2024
1 parent ca87b83 commit 379042b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flutter_ffi_plugin/cargokit/run_build_tool.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SET BASEDIR=%~dp0
if not exist "%CARGOKIT_TOOL_TEMP_DIR%" (
mkdir "%CARGOKIT_TOOL_TEMP_DIR%"
)
cd "%CARGOKIT_TOOL_TEMP_DIR%"
cd /d "%CARGOKIT_TOOL_TEMP_DIR%"

SET BUILD_TOOL_PKG_DIR=%BASEDIR%build_tool
SET DART=%FLUTTER_ROOT%\bin\cache\dart-sdk\bin\dart
Expand Down

0 comments on commit 379042b

Please sign in to comment.