Skip to content

Commit

Permalink
Merge pull request #295 from H2Sxxa/patch-1
Browse files Browse the repository at this point in the history
Fix `cd` can't work cross drives in Windows
  • Loading branch information
temeddix authored Feb 12, 2024
2 parents ca87b83 + 379042b commit cc8b7ec
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 cc8b7ec

Please sign in to comment.