Josh Engebretson 10 年 前
コミット
b9551c235f
1 ファイル変更2 行追加2 行削除
  1. 2 2
      Rakefile

+ 2 - 2
Rakefile

@@ -43,8 +43,8 @@ namespace :build  do
   task :windows do
 
     # remove existing build folder
-    if (Dir.exists?("#{CMAKE_WINDOWS_BUILD_FOLDER})")
-      FileUtils.rm_rf("#{CMAKE_WINDOWS_BUILD_FOLDER})")
+    if Dir.exists?("#{CMAKE_WINDOWS_BUILD_FOLDER}")
+      FileUtils.rm_rf("#{CMAKE_WINDOWS_BUILD_FOLDER}")
     end
 
     # create build folder