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:
5151 - set PATH=%PATH:C:\Perl\bin;=%
5252# - '"%VS120COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64'
5353 - 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'
5554
5655test_script :
5756 - usr\bin\julia -e "versioninfo()"
Original file line number Diff line number Diff line change @@ -206,3 +206,4 @@ cat Make.user
206206make -j3 VERBOSE=1
207207make build-stats
208208# 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)
1515
1616$(embedding_binary ) : $(wildcard embedding/* )
1717 @$(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 ) " \
1919 SPAWN="$(spawn ) " CC="$(CC ) "
2020
2121clean :
You can’t perform that action at this time.
0 commit comments