From d38209d9a3836aa26663c3e5167583b839d298d9 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Sat, 22 May 2021 19:23:50 -0700 Subject: [PATCH] fixed linker path to unicorn libs... --- src/vmemu.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vmemu.vcxproj b/src/vmemu.vcxproj index d3e66c7..5226722 100644 --- a/src/vmemu.vcxproj +++ b/src/vmemu.vcxproj @@ -155,7 +155,7 @@ true true true - $(ProjectDir)..\dependencies\unicorn\msvc\x64\Debug\*.lib + $(ProjectDir)..\dependencies\unicorn\msvc\x64\Release\*.lib