summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------3rd/bee.lua0
m---------3rd/luamake0
-rw-r--r--azure-pipelines.yml2
3 files changed, 1 insertions, 1 deletions
diff --git a/3rd/bee.lua b/3rd/bee.lua
-Subproject 2b2e3ac9b5cbb66dbf71bd33a1609f4b289fc6a
+Subproject 8ba2996b2482f28fe898f8844e0eaf57ed8e584
diff --git a/3rd/luamake b/3rd/luamake
-Subproject 0572072fe90d9c8108eeb2ff927a7a991b04367
+Subproject c0f7639dc1c4785caec39a241c6c3ac3cbaa84c
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 3b409171..b9fa192c 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -12,7 +12,7 @@ jobs:
displayName: 'Init'
- script: |
cd 3rd\luamake
- tools\ninja.exe -f ninja\msvc.ninja
+ .\msvc_build.bat
cd ..\..
displayName: 'Compile luamake'
- script: |