diff options
Diffstat (limited to 'HAL-afb/HAL-plugin')
-rw-r--r-- | HAL-afb/HAL-plugin/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HAL-afb/HAL-plugin/CMakeLists.txt b/HAL-afb/HAL-plugin/CMakeLists.txt index 5923935..93642b2 100644 --- a/HAL-afb/HAL-plugin/CMakeLists.txt +++ b/HAL-afb/HAL-plugin/CMakeLists.txt @@ -16,7 +16,7 @@ # limitations under the License. ########################################################################### -# Needed to remove undefined snd_dlsym_start in plugin share object +# Activate ALSA dynamic build build mode get resolve "snd_dlsym_start" add_compile_options(-DPIC) # Add target to project dependency list |