From 991a386c2aa58d235fee7a86d4c1388cc8d646f7 Mon Sep 17 00:00:00 2001 From: Elliot Saba Date: Tue, 28 Apr 2020 14:47:53 -0700 Subject: [PATCH] Update Makefile --- ui/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/Makefile b/ui/Makefile index 008a8bd042e31..ec409ecee2450 100644 --- a/ui/Makefile +++ b/ui/Makefile @@ -89,7 +89,7 @@ ifeq ($(OS),WINNT) define rel_path_entry TEXT(\"$$(echo $(call rel_path,$(build_libexecdir),$(1)) | sed -e 's_/_\\\\_g')\") endef -CPPFLAGS_PATH = -DPATH_ENTRIES="$(call rel_path_entry,$(CSL_SHLIBDIR)), $(call rel_path_entry,$(LIBLLVM_SHLIBDIR))" +CPPFLAGS_PATH = -DPATH_ENTRIES="$(call rel_path_entry,$(build_shlibdir))" define julia_exe_path -DJULIA_EXE_PATH="\"$$(echo '$(libexecdir_rel)$(PATHSEP)$(1)' | sed -e 's_\\_\\\\_g')\"" endef