mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
make_win_src_distribution.sh:
Fix for bdb/cxx as they contain .cpp files directly ( for 4.0 to go )
This commit is contained in:
@ -160,7 +160,7 @@ copy_dir_files() {
|
||||
copy_dir_files() {
|
||||
|
||||
for arg do
|
||||
print_debug "Copying files from directory '$arg'"
|
||||
print_debug "Copying files from directory '$arg'"
|
||||
cd $SOURCE/$arg/
|
||||
for i in *.c *.cpp *.h *.ih *.i *.ic *.asm *.def \
|
||||
README INSTALL* LICENSE
|
||||
|
Reference in New Issue
Block a user