diff options
Diffstat (limited to 'Capstone/Capstone.psd1')
-rw-r--r-- | Capstone/Capstone.psd1 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Capstone/Capstone.psd1 b/Capstone/Capstone.psd1 index 6632558..5da5a94 100644 --- a/Capstone/Capstone.psd1 +++ b/Capstone/Capstone.psd1 @@ -24,9 +24,6 @@ PowerShellVersion = '3.0' # Minimum version of the common language runtime (CLR) required by this module CLRVersion = '4.0' -# Processor architecture (None, X86, Amd64) required by this module -ProcessorArchitecture = 'Amd64' - # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'lib/capstone.dll' |