Browse Source

Fix Rakefile

Josh Engebretson 10 năm trước cách đây
mục cha
commit
b9551c235f
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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