aboutsummaryrefslogtreecommitdiffstats
path: root/nacl/nacl-config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'nacl/nacl-config.rb')
-rwxr-xr-xnacl/nacl-config.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/nacl/nacl-config.rb b/nacl/nacl-config.rb
index 732de1dee3..66481301f5 100755
--- a/nacl/nacl-config.rb
+++ b/nacl/nacl-config.rb
@@ -24,6 +24,8 @@ module NaClConfig
].find{|path| File.exist?(path) } or raise "No create_nmf found"
HOST_LIB = File.join(SDK_ROOT, 'toolchain', config['NACL_TOOLCHAIN'], HOST, "lib#{lib_suffix}")
+ NACL_LIB = File.join(SDK_ROOT, 'lib', config['NACL_LIB_PATH'], 'Release')
+
INSTALL_PROGRAM = config['INSTALL_PROGRAM']
INSTALL_LIBRARY = config['INSTALL_DATA']