File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ build_script:
51
51
- set PATH=%PATH:C:\Perl\bin;=%
52
52
# - '"%VS120COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64'
53
53
- C:\msys64\usr\bin\sh.exe --login /c/projects/julia/contrib/windows/msys_build.sh
54
- - C:\msys64\usr\bin\sh.exe --login -c 'make prefix=/c/projects/julia/usr VERBOSE=1 -C examples'
55
54
56
55
test_script :
57
56
- usr\bin\julia -e "versioninfo()"
Original file line number Diff line number Diff line change @@ -206,3 +206,4 @@ cat Make.user
206
206
make -j3 VERBOSE=1
207
207
make build-stats
208
208
# make debug
209
+ make VERBOSE=1 -C examples
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ embedding-debug: $(embedding_binary)
15
15
16
16
$(embedding_binary ) : $(wildcard embedding/* )
17
17
@$(MAKE ) $(QUIET_MAKE ) -C $(BUILDROOT ) /examples/embedding $(JULIA_BUILD_MODE ) \
18
- JULIA ="$(bindir ) /julia$(JULIA_LIBSUFFIX )$(EXE ) " BIN="$(outdir ) " \
18
+ JULIA ="$(build_bindir ) /julia$(JULIA_LIBSUFFIX )$(EXE ) " BIN="$(outdir ) " \
19
19
SPAWN="$(spawn ) " CC="$(CC ) "
20
20
21
21
clean :
You can’t perform that action at this time.
0 commit comments