Skip to content

Commit

Permalink
一時的に MinGW 用のビルドをスキップする
Browse files Browse the repository at this point in the history
  • Loading branch information
m-tmatma committed Oct 19, 2018
1 parent f8374f1 commit ad23def
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build-by-cmake.bat
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ if not exist "%BUILDDIR%" (
)
set ERROR_RESULT=0

if "%platform%" == "MinGW" (
@echo disable build for MinGW temporally.
exit /b 0
)
if "%platform%" == "MinGW" (
set GENERATER_PARAM=-G"MinGW Makefiles"
) else (
Expand Down

0 comments on commit ad23def

Please sign in to comment.