mirror of
https://github.com/xemu-project/xemu-website.git
synced 2024-11-26 21:00:33 +00:00
Fix space error
This commit is contained in:
parent
cbf74ca5c2
commit
865858f7d0
@ -12,7 +12,7 @@ documentation](https://docs.docker.com/docker-for-windows/wsl/) for how to get W
|
||||
git clone --recurse-submodules https://github.com/xemu-project/xemu.git
|
||||
docker run -u $(id -u):$(id -g) --rm -v $PWD/xemu:/xemu -w /xemu \
|
||||
-e CCACHE_DIR=/xemu/ccache \
|
||||
ghcr.io/xemu-project/xemu-win64-toolchain:latest \
|
||||
ghcr.io/xemu-project/xemu-win64-toolchain:latest \
|
||||
./build.sh -p win64-cross
|
||||
|
||||
# Run
|
||||
|
Loading…
Reference in New Issue
Block a user