diff options
author | Davi Arnaut <davi.arnaut@oracle.com> | 2010-08-24 10:48:45 -0300 |
---|---|---|
committer | Davi Arnaut <davi.arnaut@oracle.com> | 2010-08-24 10:48:45 -0300 |
commit | 8822ecff2dea2e83fdad84d7a9307e8aa5905bce (patch) | |
tree | fd4fe195b0252f7096b1e8a127f0f567ea448eea /scripts | |
parent | cfcc7e265e4b4744ac699b9f6d850cb1f1fb61c8 (diff) | |
download | mariadb-git-8822ecff2dea2e83fdad84d7a9307e8aa5905bce.tar.gz |
Bug#55846: Link tests fail on Windows - my_compiler.h missing
Make the my_compiler.h header, like my_attribute.h, part of
the distribution. This is required due to the dependency of
the former on the latter (which can undefine __attribute__).
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/make_win_bin_dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/make_win_bin_dist b/scripts/make_win_bin_dist index a08a41bb283..22970c95ddd 100755 --- a/scripts/make_win_bin_dist +++ b/scripts/make_win_bin_dist @@ -263,6 +263,7 @@ cp include/mysql.h \ include/keycache.h \ include/m_ctype.h \ include/my_attribute.h \ + include/my_compiler.h \ include/mysqld_error.h \ include/sql_state.h \ include/mysqld_ername.h \ |