1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-18 01:33:00 +03:00

hamcorebuilder: include all files on Windows

This commit is contained in:
Davide Beatrici 2018-10-24 14:31:10 +02:00
parent fe71635603
commit 5fe90bb180

View File

@ -164,7 +164,11 @@ int main(int argc, char *argv[])
Print("\nProcessing...\n");
#ifdef WIN32
BuildHamcore(dst_filename, src_dir, false);
#else
BuildHamcore(dst_filename, src_dir, true);
#endif
Print("\nDone.\n");
}