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

Window why are you even...

This commit is contained in:
Mordred Admin 2017-09-12 16:42:23 +02:00
parent fa4e005d67
commit 5f90a56781

View file

@ -27,7 +27,7 @@ before_build:
- git clone https://github.com/mysql/mysql-connector-cpp
- cd mysql-connector-cpp
- cd ..
- xcopy c:\projects\sapphire\src\libraries\external\MySQL c:\MySQL /s /e /h
- xcopy c:\projects\sapphire\src\libraries\external\MySQL c:\MySQL\ /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