We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53048b2 commit 18a2e70Copy full SHA for 18a2e70
pkgimage.mk
@@ -6,8 +6,8 @@ include $(JULIAHOME)/stdlib/stdlib.mk
6
7
8
# set some influential environment variables
9
-export JULIA_DEPOT_PATH := $(build_prefix)/share/julia
10
-export JULIA_LOAD_PATH := @stdlib:$(JULIAHOME)/stdlib
+export JULIA_DEPOT_PATH := $(shell echo $(call cygpath_w,$(build_prefix)/share/julia))
+export JULIA_LOAD_PATH := @stdlib$(PATHSEP)$(shell echo $(call cygpath_w,$(JULIAHOME)/stdlib))
11
unexport JULIA_PROJECT :=
12
unexport JULIA_BINDIR :=
13
0 commit comments