소스 검색

modify appveyor

ruki 6 년 전
부모
커밋
a6413f1d08
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scripts/test.lua

+ 1 - 1
scripts/test.lua

@@ -10,7 +10,7 @@ function main(...)
         end
     end
     if #packages == 0 then
-        table.insert(packages, "tbox")
+        table.insert(packages, "\"tbox dev\"")
     end
     local repodir = os.curdir()
     local workdir = path.join(os.tmpdir(), "xmake-repo")