Skip to content

Commit e7f13c0

Browse files
committed
update
1 parent 7f26368 commit e7f13c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ install:
1919
- cpanm -q -n Devel::CheckLib
2020

2121
build_script:
22-
- type c:\strawberry\c\bin\mysql_config.bat
23-
- perl Makefile.PL --mysql_config=c:\strawberry\c\bin\mysql_config.bat --testuser=root --testpassword=Password12!
22+
- perl Makefile.PL --testuser=root --testpassword=Password12! --cflags="-IC:\Program Files\MySQL\MySQL Server 8.0\include" --libs="-LC:\Program Files\MySQL\MySQL Server 8.0\lib -lmysql"
2423

2524
test_script:
2625
- gmake test

0 commit comments

Comments
 (0)