4 lines
130 B
PowerShell
4 lines
130 B
PowerShell
|
|
$env:PATH = "D:\esto_al_path\msys64\mingw64\bin;$env:PATH"
|
||
|
|
$env:PKG_CONFIG_PATH = "D:\esto_al_path\msys64\mingw64\lib\pkgconfig"
|
||
|
|
|