From b182f12c2076505c31b96eb7e8a8869fbadecd2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Tue, 21 Jan 2014 00:50:18 +0100 Subject: Fix library path for 64bit natives --- logic/OneSixLibrary.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logic/OneSixLibrary.cpp b/logic/OneSixLibrary.cpp index d1eceb0e..7b80d5e7 100644 --- a/logic/OneSixLibrary.cpp +++ b/logic/OneSixLibrary.cpp @@ -190,7 +190,7 @@ bool OneSixLibrary::extractTo(QString target_dir) cooked_storage = storage; cooked_storage.replace("${arch}", "64"); origin = PathCombine("libraries", cooked_storage); - target_dir_cooked = PathCombine(target_dir, "32"); + target_dir_cooked = PathCombine(target_dir, "64"); if(!ensureFolderPathExists(target_dir_cooked)) { QLOG_ERROR() << "Couldn't create folder " + target_dir_cooked; -- cgit v1.2.3