Skip to content

Commit

Permalink
working on it
Browse files Browse the repository at this point in the history
  • Loading branch information
fiendish committed Dec 13, 2017
1 parent 5e1b74f commit 71b1948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ install:
(Get-Content makefile.win) | ForEach-Object { $_ -replace "ssleay32" , "VC\static\ssleay32MT" } | Set-Content makefile.win
(Get-Content makefile.win) | ForEach-Object { $_ -replace "LUA_INC=.+" , "LUA_INC=C:\luajit\src" } | Set-Content makefile.win
(Get-Content config.win) | ForEach-Object { $_ -replace "LUA_INC=.+" , "LUA_INC=C:\luajit\src" } | Set-Content config.win
(Get-Content makefile.win) | ForEach-Object { $_ -replace "LUA_LIB=.+" , "LUA_INC=C:\lua51.lib" } | Set-Content makefile.win
(Get-Content config.win) | ForEach-Object { $_ -replace "LUA_LIB=.+" , "LUA_LIB=C:\lua51.lib" } | Set-Content config.win
nmake -f makefile.win
Expand Down

0 comments on commit 71b1948

Please sign in to comment.