From 046e75e441537543211e606be8515f4e182e7f79 Mon Sep 17 00:00:00 2001 From: Patryk Osmaczko Date: Wed, 11 Jan 2023 10:13:54 +0100 Subject: [PATCH] fix(makefile): make `tests-nim-linux` depend on DOTHERSIDE --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b60b073dfd..f048e13644 100644 --- a/Makefile +++ b/Makefile @@ -643,7 +643,7 @@ run-windows: nim_status_client $(NIM_WINDOWS_PREBUILT_DLLS) PATH="$(shell pwd)"/"$(shell dirname "$(DOTHERSIDE)")":"$(STATUSGO_LIBDIR)":"$(STATUSKEYCARDGO_LIBDIR)":"$(shell pwd)"/"$(shell dirname "$(NIM_WINDOWS_PREBUILT_DLLS)")":"$(PATH)" \ ./bin/nim_status_client.exe -tests-nim-linux: | check-qt-dir +tests-nim-linux: | $(DOTHERSIDE) LD_LIBRARY_PATH="$(QT5_LIBDIR)" \ $(ENV_SCRIPT) nim c $(NIM_PARAMS) $(NIM_EXTRA_PARAMS) -r test/nim/message_model_test.nim