mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
#181 fix path of librocksaw.so for linux64 build
This commit is contained in:
parent
0408b2c2b7
commit
fd0df8da21
@ -199,7 +199,7 @@ packageTask('linux', [], 'ext/rocksaw/lib/linux/librocksaw.so') {
|
||||
rpm('linux', 'i386')
|
||||
}
|
||||
|
||||
packageTask('linux64', [], 'ext/rocksaw/lib/linux64/librocksaw64.so') {
|
||||
packageTask('linux64', [], 'ext/rocksaw/lib/linux64/librocksaw.so') {
|
||||
deb('linux64', 'amd64')
|
||||
rpm('linux64', 'x86_64')
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user