Skip to content

Commit

Permalink
MinGW64のパスを変更
Browse files Browse the repository at this point in the history
  • Loading branch information
berryzplus committed Sep 30, 2018
1 parent 2ad6731 commit a24dbd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-gnu.bat
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ if "%configuration%" == "Release" (
)

@rem https://www.appveyor.com/docs/environment-variables/
path=C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;%path%
@rem path=C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;%path%
path=C:\msys64\mingw64\bin;%path%

@echo mingw32-make -C sakura_core MYDEFINES="%MYDEFINES%" MYCFLAGS="%MYCFLAGS%" MYLIBS="%MYLIBS%"
mingw32-make -C sakura_core MYDEFINES="%MYDEFINES%" MYCFLAGS="%MYCFLAGS%" MYLIBS="%MYLIBS%" githash stdafx Funccode_enum.h Funccode_define.h
Expand Down

0 comments on commit a24dbd3

Please sign in to comment.