Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Nov 1, 2023
1 parent 96f394b commit a935534
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mysql_config.bat
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
@echo off
rem mysql_config replacement for use with appveyor
rem based on https://github.com/StrawberryPerl/build-extlibs/blob/master/mysql.special/mysql_config.bat
set ROOT="C:\Program Files\MySQL\MySQL Server 8.0"
rem set ROOT=C:\Program Files\MySQL\MySQL Server 8.0
rem avoid spaces/quoting/etc
set ROOT=C:\PROGRA~1\MySQL\MYSQLS~1.0

set XCFLAGS=-I%ROOT%\include
set XLIBS=-L%ROOT%\lib -lmysql
set XLIBS="-L%ROOT%\lib -lmysql
set XVERSION=8.0.34
set XPREFIX=%ROOT%..\

Expand Down

0 comments on commit a935534

Please sign in to comment.