Skip to content

Commit a935534

Browse files
committed
update
1 parent 96f394b commit a935534

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

mysql_config.bat

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
@echo off
22
rem mysql_config replacement for use with appveyor
33
rem based on https://github.com/StrawberryPerl/build-extlibs/blob/master/mysql.special/mysql_config.bat
4-
set ROOT="C:\Program Files\MySQL\MySQL Server 8.0"
4+
rem set ROOT=C:\Program Files\MySQL\MySQL Server 8.0
5+
rem avoid spaces/quoting/etc
6+
set ROOT=C:\PROGRA~1\MySQL\MYSQLS~1.0
57

68
set XCFLAGS=-I%ROOT%\include
7-
set XLIBS=-L%ROOT%\lib -lmysql
9+
set XLIBS="-L%ROOT%\lib -lmysql
810
set XVERSION=8.0.34
911
set XPREFIX=%ROOT%..\
1012

0 commit comments

Comments
 (0)