Correct aarch64 ARCH_LIB.

parent 2fdffb8f
...@@ -10,7 +10,7 @@ require 'fileutils' ...@@ -10,7 +10,7 @@ require 'fileutils'
@pkgName = ARGV[1] @pkgName = ARGV[1]
ARCH = `uname -m`.strip ARCH = `uname -m`.strip
ARCH_LIB = if ARCH == 'x86_64' or ARCH == 'aarch64' then 'lib64' else 'lib' end ARCH_LIB = if ARCH == 'x86_64' then 'lib64' else 'lib' end
CREW_PREFIX = '/usr/local' CREW_PREFIX = '/usr/local'
CREW_LIB_PREFIX = CREW_PREFIX + '/' + ARCH_LIB CREW_LIB_PREFIX = CREW_PREFIX + '/' + ARCH_LIB
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment