mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
33c8709439
The parameters were being passed to goversioninfo in the wrong order so that the 64 bit .syso was actually a 32 bit .syso thus calling the linker to fail.
7 lines
364 B
Batchfile
7 lines
364 B
Batchfile
@echo off
|
|
echo Setting environment variables for mingw+WinFsp compile
|
|
set GOPATH=Z:\go
|
|
rem set PATH=C:\Program Files\mingw-w64\i686-7.1.0-win32-dwarf-rt_v5-rev0\mingw32\bin;%PATH%
|
|
set PATH=C:\Program Files\mingw-w64\x86_64-8.1.0-win32-seh-rt_v6-rev0\mingw64\bin;%GOPATH%/bin;%PATH%
|
|
set CPATH=C:\Program Files\WinFsp\inc\fuse;C:\Program Files (x86)\WinFsp\inc\fuse
|