diff --git a/demo/Makefile b/demo/Makefile index 8b42c625..662c1202 100644 --- a/demo/Makefile +++ b/demo/Makefile @@ -54,7 +54,7 @@ dynamic: easywsclient.o -L lib \ x86_64_test_dylib: - export DYLD_LIBRARY_PATH=$(PWD)/lib && ./demo test + ./demo test x86_64_build: x86_64_build_static x86_64_build_dynamic x86_64_test_dylib