Skip to content

Commit bae9f0f

Browse files
committed
Another attempt
1 parent 7e591be commit bae9f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ endif
7171
@printf "%s\n" "const PRIVATE_LIBDIR = "$(call shell_escape,$(call julia_escape,$(call normalize_path,$(private_libdir_rel)))) >> $@
7272
@printf "%s\n" "const PRIVATE_LIBEXECDIR = "$(call shell_escape,$(call julia_escape,$(call normalize_path,$(private_libexecdir_rel)))) >> $@
7373
@printf "%s\n" "const INCLUDEDIR = "$(call shell_escape,$(call julia_escape,$(call normalize_path,$(includedir_rel)))) >> $@
74-
@printf "%s\n" "const SOURCEDIR = "$(call shell_escape,$(call julia_escape,$(call normalize_path,$(call cygpath_w,$(JULIAHOME))))) >> $@
74+
@printf "%s\n" "const SOURCEDIR = "$(call shell_escape,$(call julia_escape,$(call normalize_path,$(shell echo $(call cygpath_w,$(JULIAHOME)))))) >> $@
7575
ifeq ($(DARWIN_FRAMEWORK), 1)
7676
@printf "%s\n" "const DARWIN_FRAMEWORK = true" >> $@
7777
@printf "%s\n" "const DARWIN_FRAMEWORK_NAME = \"$(FRAMEWORK_NAME)\"" >> $@

0 commit comments

Comments
 (0)