travis fix: pathname for C/C

This commit is contained in:
Georg Richter
2024-10-01 06:01:52 +02:00
parent 859591b0c1
commit 125ee3dbfa

View File

@ -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`