mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-06 01:25:20 +00:00
Support AWS tables on macOS (#6817)
This commit is contained in:
parent
e083dbe839
commit
c6671fe189
@ -41,7 +41,7 @@ function(generateOsqueryTablesTableimplementations)
|
||||
)
|
||||
endif()
|
||||
|
||||
if(OSQUERY_BUILD_AWS AND (DEFINED PLATFORM_LINUX OR DEFINED PLATFORM_WINDOWS))
|
||||
if(OSQUERY_BUILD_AWS)
|
||||
target_link_libraries(osquery_tables_tableimplementations INTERFACE
|
||||
osquery_tables_cloud_aws
|
||||
)
|
||||
|
@ -6,7 +6,7 @@
|
||||
# SPDX-License-Identifier: (Apache-2.0 OR GPL-2.0-only)
|
||||
|
||||
function(osqueryTablesCloudMain)
|
||||
if(OSQUERY_BUILD_AWS AND (DEFINED PLATFORM_LINUX OR DEFINED PLATFORM_WINDOWS))
|
||||
if(OSQUERY_BUILD_AWS)
|
||||
generateOsqueryTablesCloudAws()
|
||||
endif()
|
||||
|
||||
|
@ -309,9 +309,9 @@ function(generateNativeTables)
|
||||
endif()
|
||||
|
||||
if(OSQUERY_BUILD_AWS)
|
||||
list(APPEND platform_dependent_spec_files
|
||||
"linwin/ec2_instance_metadata.table:linux,windows"
|
||||
"linwin/ec2_instance_tags.table:linux,windows"
|
||||
list(APPEND platform_independent_spec_files
|
||||
"ec2_instance_metadata.table"
|
||||
"ec2_instance_tags.table"
|
||||
)
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user