mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-12 16:17:53 +00:00
Add new step to clean $PATH var by removing /mnt specific Window's %PATH% paths that cause issues with the make system
Github-Pull: #11437
Rebased-From: 4f890ba6bc
This commit is contained in:
parent
a43be5bcdb
commit
dea3b87dd9
@ -70,6 +70,7 @@ To build executables for Windows 64-bit, install the following dependencies:
|
|||||||
|
|
||||||
Then build using:
|
Then build using:
|
||||||
|
|
||||||
|
PATH=$(echo "$PATH" | sed -e 's/:\/mnt.*//g') # strip out problematic Windows %PATH% imported var
|
||||||
cd depends
|
cd depends
|
||||||
make HOST=x86_64-w64-mingw32
|
make HOST=x86_64-w64-mingw32
|
||||||
cd ..
|
cd ..
|
||||||
@ -85,6 +86,7 @@ To build executables for Windows 32-bit, install the following dependencies:
|
|||||||
|
|
||||||
Then build using:
|
Then build using:
|
||||||
|
|
||||||
|
PATH=$(echo "$PATH" | sed -e 's/:\/mnt.*//g') # strip out problematic Windows %PATH% imported var
|
||||||
cd depends
|
cd depends
|
||||||
make HOST=i686-w64-mingw32
|
make HOST=i686-w64-mingw32
|
||||||
cd ..
|
cd ..
|
||||||
|
Loading…
Reference in New Issue
Block a user