Browse Source

improve options

ruki 2 năm trước cách đây
mục cha
commit
b333d0c2d6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      configure

+ 1 - 1
configure

@@ -2351,7 +2351,7 @@ add_options() {
     for name in $@; do
         if has_config "${name}"; then
             local itemname=""
-            local itemnames="includedirs linkdirs links cflags cxflags cxxflags ldflags"
+            local itemnames="includedirs linkdirs links defines cflags cxflags cxxflags ldflags"
             for itemname in ${itemnames}; do
                 _get_option_item "${name}" "${itemname}"; local values="${_ret}"
                 if test_nz "${values}"; then