Browse Source

improve options

ruki 2 years ago
parent
commit
b333d0c2d6
1 changed files with 1 additions and 1 deletions
  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