Skip to content

Commit

Permalink
Undo some wrong changes
Browse files Browse the repository at this point in the history
  • Loading branch information
StiviiK committed Sep 11, 2019
1 parent e36689f commit e755a48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpp_redis
Submodule cpp_redis updated 2 files
+1 −1 premake5.lua
+1 −1 tacopie
2 changes: 1 addition & 1 deletion premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ solution "Redis"
configurations { "Debug", "Release" }
location ( "Build" )
startproject "module"
targetdir "Bin/%{cfg.buildcfg}/%{cfg.platform}"
targetdir "Bin/%{cfg.buildcfg}"

platforms { "x86", "x64" }
pic "On"
Expand Down

0 comments on commit e755a48

Please sign in to comment.