Skip to content

Commit 35d672d

Browse files
committed
Merge remote branch 'alexmaloteaux/pcaprubtypo'
2 parents 0f6b72d + 91ad23f commit 35d672d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

external/pcaprub/extconf.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
puts "-----------------------------------------------------------------"
1010
#uncoment to force ioctl on non windows systems
1111
#@force_ioctl = true
12-
@supported_archs = ["i386-mingw32", "i486-linux", "universal-darwin10.0", "i386-openbsd4.8","i386-freebsd8","arm-linux-eabi"]
12+
@supported_archs = [ "i386-mingw32", "i486-linux","x86_64-linux",
13+
"universal-darwin10.0", "i386-openbsd4.8","i386-freebsd8","arm-linux-eabi"]
1314
#arm-linux-eabi tested on maemo5 / N900
1415
puts "[*] Warning : this platform as not been tested" unless @supported_archs.include? RUBY_PLATFORM
1516

0 commit comments

Comments
 (0)