We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d672d commit daf5465Copy full SHA for daf5465
external/pcaprub/extconf.rb
@@ -9,8 +9,9 @@
9
puts "-----------------------------------------------------------------"
10
#uncoment to force ioctl on non windows systems
11
#@force_ioctl = true
12
-@supported_archs = [ "i386-mingw32", "i486-linux","x86_64-linux",
13
- "universal-darwin10.0", "i386-openbsd4.8","i386-freebsd8","arm-linux-eabi"]
+@supported_archs = [ "i386-mingw32", "i486-linux", "x86_64-linux",
+ "universal-darwin10.0", "i386-openbsd4.8", "i386-freebsd8",
14
+ "arm-linux-eabi" ]
15
#arm-linux-eabi tested on maemo5 / N900
16
puts "[*] Warning : this platform as not been tested" unless @supported_archs.include? RUBY_PLATFORM
17
0 commit comments