Skip to content

Commit 6e0220e

Browse files
committed
windows build
1 parent 5dbc2c6 commit 6e0220e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/xtracfg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
working-directory: ./libxtracfg/c
7676
run: |
7777
./build.bat
78-
./test.bat
78+
# ./test.bat
7979
- name: log2
8080
run: |
8181
ls -l ./libxtracfg/c/build

libxtracfg/c/build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ echo test
2828
ls -l
2929

3030
REM static
31-
cl.exe /I./ /Fetest.exe ../test/main.c libxtracfg.lib %JAVA_HOME%/lib/svm/builder/clibraries/windows-amd64/jvm.lib
31+
cl.exe /I./ /Fetest.exe ../test/main.c libxtracfg.lib %JAVA_HOME%/lib/jvm.lib
3232

3333
cd ..

0 commit comments

Comments
 (0)