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 ( plus this is getting embarrasing )

This commit is contained in:
Mordred Admin 2017-09-12 17:10:09 +02:00
parent 25c4cf2f3f
commit 21f43e87c2

View file

@ -31,7 +31,7 @@ before_build:
- 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
- xcopy c:\projects\sapphire\src\libraries\external\MySQL c:\MySQL\mysql\include\ /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