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 afdc221 commit 2c15a18
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 @@ -33,7 +33,7 @@ install:
pushd c:\lua-openssl
(Get-Content Makefile.win) | ForEach-Object { $_ -replace '"$(LUA_LIB)" "$(OPENSSL_LIB)"' , '$(LUA_LIB) $(OPENSSL_LIB)' } | Set-Content Makefile.win
(Get-Content Makefile.win) | ForEach-Object { $_ -replace '"' , '' } | Set-Content Makefile.win
(Get-Content config.win) | ForEach-Object { $_ -replace " /MD " , " /MT " } | Set-Content config.win
Expand Down

0 comments on commit 2c15a18

Please sign in to comment.