1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-23 18:17:46 +00:00

Default paths for mysql are weird

This commit is contained in:
Mordred Admin 2017-09-12 17:07:08 +02:00
parent 3da5cc7305
commit 25c4cf2f3f

View file

@ -28,7 +28,10 @@ before_build:
- cd mysql-connector-cpp
- git checkout 1.1
- cd ..
- xcopy c:\projects\sapphire\src\libraries\external\MySQL c:\MySQL\ /s /e /h
- mkdir c:\MySQL
- mkdir c:\MySQL\mysql
- xcopy c:\projects\sapphire\src\libraries\external\MySQL c:\MySQL\mysql\ /s /e /h
- xcopy c:\projects\sapphire\src\libraries\external\MySQL c:\MySQL\mysql\includes\ /s /e /h
- cmake mysql-connector-cpp/. -DBOOST_ROOT=C:\\Libraries\\boost_1_60_0
- cmake --build . --target INSTALL --config RelWithDebInfo
- cd c:\projects\sapphire