Fixed extra directories

This commit is contained in:
evm
2022-12-20 17:03:14 -05:00
parent 34317e9d72
commit ae7979a013
70 changed files with 1755 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
The "os/linux64" directory is intended to hold Linux native binaries
which this module is dependent upon. This directory may be eliminated for a specific
module if native binaries are not provided for the corresponding platform.

View File

@@ -0,0 +1,3 @@
The "os/osx64" directory is intended to hold macOS (OS X) native binaries
which this module is dependent upon. This directory may be eliminated for a specific
module if native binaries are not provided for the corresponding platform.

View File

@@ -0,0 +1,3 @@
The "os/win64" directory is intended to hold MS Windows native binaries (.exe)
which this module is dependent upon. This directory may be eliminated for a specific
module if native binaries are not provided for the corresponding platform.