Browse Source

One of these has to work, right?

Josh Engebretson 10 years ago
parent
commit
de46d0e8d9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Rakefile

+ 1 - 1
Rakefile

@@ -62,7 +62,7 @@ namespace :build  do
       sh "cmake ../../ -G \"Visual Studio 14 2015\""
 
       # specify 32 bit
-      sh "msbuild /m Atomic.sln /p:Configuration=Release /p:Platform=x86"
+      sh "msbuild /m Atomic.sln /p:Configuration=Release /p:Platform=Win32"
 
     end