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:
parent
25c4cf2f3f
commit
21f43e87c2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue