summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
Diffstat (limited to 'protocols')
-rw-r--r--protocols/Tox/Tox.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Tox/Tox.vcxproj b/protocols/Tox/Tox.vcxproj
index eb5d59194d..3e958aef64 100644
--- a/protocols/Tox/Tox.vcxproj
+++ b/protocols/Tox/Tox.vcxproj
@@ -33,11 +33,11 @@
<AdditionalDependencies>Winmm.lib;dnsapi.lib;comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<PostBuildEvent Condition="'$(Platform)'=='Win32'">
- <Command>copy bin\$(PlatformTarget)\libtox.* "$(SolutionDir)$(Configuration)\" /y
+ <Command>copy bin\x86\libtox.* "$(SolutionDir)$(Configuration)\" /y
copy docs\tox.ini "$(SolutionDir)$(Configuration)\Plugins" /y</Command>
</PostBuildEvent>
<PostBuildEvent Condition="'$(Platform)'=='x64'">
- <Command>copy bin\$(PlatformTarget)\libtox.* "$(SolutionDir)$(Configuration)64\" /y
+ <Command>copy bin\x64\libtox.* "$(SolutionDir)$(Configuration)64\" /y
copy docs\tox.ini "$(SolutionDir)$(Configuration)64\Plugins" /y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>