Changeset eed6f5b
- Timestamp:
- Aug 16, 2018, 3:23:52 PM (5 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- d43ed2c
- Parents:
- 38d12e7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
driver/cfa.cc
r38d12e7 reed6f5b 414 414 415 415 // include the cfa library in case it's needed 416 args[nargs] = ( *new string( string("-L" ) + libdir + (intree ? "/src " : "")) ).c_str();416 args[nargs] = ( *new string( string("-L" ) + libdir + (intree ? "/src/.libs" : "")) ).c_str(); 417 417 nargs += 1; 418 418 args[nargs] = "-lcfa";
Note: See TracChangeset
for help on using the changeset viewer.