Skip to content

Commit

Permalink
prebuild.bat: remove duplicate #define
Browse files Browse the repository at this point in the history
  • Loading branch information
mahilleb-msft authored and eldakms committed Sep 26, 2016
1 parent d59f543 commit 48c36f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/CNTK/prebuild.bat
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ if "%p_CNTK_MKL_SEQUENTIAL%" == "1" (
echo #define _MATHLIB_ "mkl">> buildinfo.h$$
)

echo #define _BUILDER_ "%USERNAME%" >> buildinfo.h$$

echo #define _BUILDER_ "%USERNAME%" >> buildinfo.h$$
echo #define _BUILDMACHINE_ "%HOST%" >> buildinfo.h$$

Expand Down

0 comments on commit 48c36f9

Please sign in to comment.