Skip to content

Commit

Permalink
second try including mysql.h with <>
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitrisStaratzis committed Mar 22, 2024
1 parent c3622ee commit fff8783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/build.sh
Expand Up @@ -15,8 +15,8 @@ echo '==========================================================================
ls -l;

# debug
sed -i -e 's/#include "mysql.h"/#include <mysql.h>/g' tiledb/sql/_mysql.c
sed -i -e 's/#include "mysqld_error.h"/#include <mysqld_error.h>/g' tiledb/sql/_mysql.c
sed -i -e 's/#include "mysql.h"/#include <mysql/mysql.h>/g' tiledb/sql/_mysql.c
sed -i -e 's/#include "mysqld_error.h"/#include <mysql/mysqld_error.h>/g' tiledb/sql/_mysql.c

echo "Replacement complete."

Expand Down

0 comments on commit fff8783

Please sign in to comment.