Skip to content

Instantly share code, notes, and snippets.

@yyfrankyy
Created February 5, 2016 08:04
Show Gist options
  • Save yyfrankyy/1c858ca6a462c9180a8b to your computer and use it in GitHub Desktop.
Save yyfrankyy/1c858ca6a462c9180a8b to your computer and use it in GitHub Desktop.
export header dependencies
# export icu.c's header requirement for sqlite icu extension
gcc -MMD -MF /tmp/out -I$HOME/projects/icu/icu4c/source/common/ -I$HOME/projects/icu/icu4c/source/i18n -DU_USING_ICU_NAMESPACE=0 icu.c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment