Skip to content

Instantly share code, notes, and snippets.

@kapouer
Created June 24, 2012 07:24
Show Gist options
  • Save kapouer/2982195 to your computer and use it in GitHub Desktop.
Save kapouer/2982195 to your computer and use it in GitHub Desktop.
LINKFLAGS for waf
--- a/tools/wafadmin/Tools/gxx.py
+++ b/tools/wafadmin/Tools/gxx.py
@@ -131,4 +131,5 @@
conf.gxx_modifier_platform()
conf.cxx_load_tools()
conf.cxx_add_flags()
+ conf.link_add_flags()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment