mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 09:29:52 +03:00
hamcorebuilder: include all files on Windows
This commit is contained in:
parent
fe71635603
commit
5fe90bb180
@ -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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user