Skip to content

Commit 358295c

Browse files
committed
windows build
1 parent 40e97a9 commit 358295c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libxtracfg/c/build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ copy libxtracfg.sha1sum ..\..\go\xtracfg\
2727
echo test
2828

2929
REM static
30-
cl.exe /I./ /Fetest.exe ../test/main.c libxtracfg.lib
30+
cl.exe /I./ /I%JAVA_HOME%/include /I%JAVA_HOME%/include/%PLATFORM% /Fetest.exe ../test/main.c libxtracfg.lib
3131

3232
cd ..

0 commit comments

Comments
 (0)