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:
parent
3da5cc7305
commit
25c4cf2f3f
1 changed files with 4 additions and 1 deletions
|
@ -28,7 +28,10 @@ before_build:
|
||||||
- cd mysql-connector-cpp
|
- cd mysql-connector-cpp
|
||||||
- git checkout 1.1
|
- git checkout 1.1
|
||||||
- cd ..
|
- 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 mysql-connector-cpp/. -DBOOST_ROOT=C:\\Libraries\\boost_1_60_0
|
||||||
- cmake --build . --target INSTALL --config RelWithDebInfo
|
- cmake --build . --target INSTALL --config RelWithDebInfo
|
||||||
- cd c:\projects\sapphire
|
- cd c:\projects\sapphire
|
||||||
|
|
Loading…
Add table
Reference in a new issue