mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-18 01:27:25 +00:00
fix(makefile): make tests-nim-linux
depend on DOTHERSIDE
This commit is contained in:
parent
d89e6b5ac6
commit
046e75e441
2
Makefile
2
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user