From 14f041a971bb450e6eece99efd528afc50421da9 Mon Sep 17 00:00:00 2001 From: psychocrypt Date: Wed, 1 Nov 2017 21:06:21 +0100 Subject: search for linux backend plugins - search for plugin in - working directory - binary directory - let linux search the plugins (libraries) --- xmrstak/params.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmrstak/params.hpp') diff --git a/xmrstak/params.hpp b/xmrstak/params.hpp index 6127212..1551378 100644 --- a/xmrstak/params.hpp +++ b/xmrstak/params.hpp @@ -37,7 +37,7 @@ struct params params() : binaryName("xmr-stak"), - executablePrefix("./"), + executablePrefix(""), useAMD(true), useNVIDIA(true), useCPU(true), -- cgit v1.1