1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 08:03:13 +02:00

Tadah. Fix vs2017, reported by Gottem.

This commit is contained in:
Bram Matthys
2018-12-10 18:15:22 +01:00
parent 7dcb5a5bb1
commit 267f6adc54
@@ -18,5 +18,5 @@ PCRE2_LIB_DIR="c:\projects\unrealircd-deps\pcre2\lib" ^
PCRE2LIB="pcre2-8.lib" ^
ARGON2_LIB_DIR="c:\projects\unrealircd-deps\argon2\vs2015\build" ^
ARGON2_INC_DIR="c:\projects\unrealircd-deps\argon2\include" ^
ARGON2LIB="Argon2RefDll.lib"
ARGON2LIB="Argon2RefDll.lib" ^
%*