浏览代码

Default SHARED_LIB_LOADER_PREFIX to $(RUNTIME_PREFIX)lib

Peter S. Mazinger 18 年之前
父节点
当前提交
11229301b2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      extra/Configs/Config.in

+ 1 - 1
extra/Configs/Config.in

@@ -1087,7 +1087,7 @@ menu "Library Installation Options"
 config SHARED_LIB_LOADER_PREFIX
 	string "Shared library loader path"
 	depends on HAVE_SHARED
-	default "$(DEVEL_PREFIX)/lib"
+	default "$(RUNTIME_PREFIX)lib"
 	help
 	  When using shared libraries, this path is the location where the
 	  shared library will be invoked.  This value will be compiled into