Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitrisStaratzis committed Mar 27, 2024
1 parent fcfa177 commit ee09323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/build.sh
Expand Up @@ -15,7 +15,7 @@ echo '==========================================================================
ls -l;

# debug
sed -i -e 's/#include "mysql.h"/#include <mysql\/mysql.h>/g' tiledb/sql/_mysql.c
sed -i -e 's/#include "mysql.h"/#if __has_include(<mysql\/mysql.h>)\n#include <mysql\/mysql.h>\n#endif/g' mysql.c
sed -i -e 's/#include "mysqld_error.h"/#include <mysql\/mysqld_error.h>/g' tiledb/sql/_mysql.c
sed -i -e 's/#include "errmsg.h"/#include <mysql\/errmsg.h>/g' tiledb/sql/_mysql.c

Expand Down

0 comments on commit ee09323

Please sign in to comment.