Skip to content

Commit

Permalink
appveyor: uv_a.lib -> libuv.lib
Browse files Browse the repository at this point in the history
Changed in libuv/libuv#2085
  • Loading branch information
squeek502 authored and zhaozg committed May 20, 2023
1 parent 1054d71 commit 6dca7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ for:
- luarocks remove luv
# Test the alternate rockspec
- mkdir build\lib
- cp build.luarocks\deps\libuv\Release\uv_a.lib build\lib\uv.lib
- cp build.luarocks\deps\libuv\Release\libuv.lib build\lib\uv.lib
- cp -a deps\libuv\include build
- ps: luarocks make rockspecs\$(ls rockspecs) LIBUV_DIR=build LUA_COMPAT53_INCDIR=deps/lua-compat-5.3/c-api CFLAGS="/nologo /MT /O2"
- ps: if("$(Get-Location)" -eq $(lua -e "print(require'luv'.cwd())")) { "LuaRocks test OK" } else { "LuaRocks test failed"; exit 1 }
Expand Down

0 comments on commit 6dca7a5

Please sign in to comment.