We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f394b commit a935534Copy full SHA for a935534
mysql_config.bat
@@ -1,10 +1,12 @@
1
@echo off
2
rem mysql_config replacement for use with appveyor
3
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"
+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
7
8
set XCFLAGS=-I%ROOT%\include
-set XLIBS=-L%ROOT%\lib -lmysql
9
+set XLIBS="-L%ROOT%\lib -lmysql
10
set XVERSION=8.0.34
11
set XPREFIX=%ROOT%..\
12
0 commit comments