mirror of
https://github.com/mariadb-corporation/mariadb-connector-python.git
synced 2025-08-02 13:56:54 +00:00
travis fix: pathname for C/C
This commit is contained in:
@ -46,7 +46,7 @@ before_install:
|
|||||||
esac
|
esac
|
||||||
- |-
|
- |-
|
||||||
if [ "$TRAVIS_OS_NAME" == "windows" ] ; then
|
if [ "$TRAVIS_OS_NAME" == "windows" ] ; then
|
||||||
export MARIADB_CC_INSTALL_DIR=c:\conc
|
export MARIADB_CC_INSTALL_DIR=c:/conc
|
||||||
else
|
else
|
||||||
sudo make install
|
sudo make install
|
||||||
export MARIADB_PLUGIN_DIR==`mariadb_config --plugindir`
|
export MARIADB_PLUGIN_DIR==`mariadb_config --plugindir`
|
||||||
|
Reference in New Issue
Block a user