Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
xross committed Jun 1, 2022
2 parents 51d5c4b + a28dbde commit 88251fe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib_xua/module_build_info
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
VERSION = 3.2.0

DEPENDENT_MODULES = lib_logging(>=3.1.0) \
DEPENDENT_MODULES = lib_locks(>=2.1.0) \
lib_logging(>=3.1.1) \
lib_mic_array(>=4.5.0) \
lib_spdif(>=4.1.0) \
lib_xassert(>=4.1.0) \
lib_xud(>=2.0.2) \
lib_spdif(>=4.0.0) \
lib_mic_array(>=4.0.0) \
lib_locks(>=2.1.0)
lib_xud(>=2.1.0)

MODULE_XCC_FLAGS = $(XCC_FLAGS) \
-O3 \
Expand Down

0 comments on commit 88251fe

Please sign in to comment.