Skip to content

Commit 787fb0c

Browse files
committed
Use local relative path to emacs.exe
1 parent 5db45ee commit 787fb0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ install:
1111

1212

1313
build_script:
14-
- C:\msys64\usr\bin\bash -l -c "cd ${APPVEYOR_BUILD_FOLDER} && make check compile EMACS=bin/emacs.exe"
14+
- C:\msys64\usr\bin\bash -l -c "cd ${APPVEYOR_BUILD_FOLDER} && make check compile EMACS=./bin/emacs.exe"
1515

1616
test_script:

0 commit comments

Comments
 (0)