瀏覽代碼

Try specifying 32 bit

Josh Engebretson 10 年之前
父節點
當前提交
1ad8f83493
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      Rakefile

+ 3 - 1
Rakefile

@@ -60,7 +60,9 @@ namespace :build  do
     Dir.chdir(CMAKE_WINDOWS_BUILD_FOLDER) do
 
       sh "cmake ../../ -G \"Visual Studio 14 2015\""
-      sh "msbuild /m Atomic.sln /p:Configuration=Release"
+
+      # specify 32 bit
+      sh "msbuild /m Atomic.sln /property:Configuration=Release /p:PlatformTarget=x86"
 
     end