Skip to content

Commit

Permalink
Fixing Include Path in Binary Drop script. Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyo26 committed Jul 12, 2016
1 parent 2bb3fba commit 2544ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/make_binary_drop_linux
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ basePath="BinaryDrops"
baseDropPath="$basePath/cntk"
baseBinariesPath="$baseDropPath/cntk"
baseDependenciesPath="$baseBinariesPath/dependencies/lib"
baseIncludePath="$basePath/Include"
baseIncludePath="$baseDropPath/Include"
includePath="Source/Common/Include"
extrasPath="Tools/cntk-binary-drop/linux/$targetConfig"
gzipFile="BinaryDrops.tar.gz"
Expand Down

0 comments on commit 2544ae9

Please sign in to comment.