Skip to content
Snippets Groups Projects
Commit 4109b8e5 authored by James Zern's avatar James Zern Committed by Gerrit Code Review
Browse files

Merge "iosbuild.sh: Add VPX_FRAMEWORK_TARGET preproc symbol"

parents ac638125 4fae9264
No related branches found
No related tags found
No related merge requests found
......@@ -111,6 +111,7 @@ create_vpx_framework_config_shim() {
for target in ${targets}; do
preproc_symbol=$(target_to_preproc_symbol "${target}")
printf " ${preproc_symbol}\n" >> "${config_file}"
printf "#define VPX_FRAMEWORK_TARGET \"${target}\"\n" >> "${config_file}"
printf "#include \"VPX/vpx/${target}/vpx_config.h\"\n" >> "${config_file}"
printf "#elif defined" >> "${config_file}"
mkdir "${HEADER_DIR}/${target}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment