Skip to content

Commit

Permalink
#712 add TRICK_CPFLAGS to trick-gte output
Browse files Browse the repository at this point in the history
  • Loading branch information
spfennell committed Dec 3, 2018
1 parent ca99386 commit 6d5ce8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libexec/trick/pm/gte.pm
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ sub gte (@) {
$def{"TRICK_CONVERT_SWIG_FLAGS"} = "" ;
$def{"TRICK_CFLAGS"} = "" ;
$def{"TRICK_CXXFLAGS"} = "" ;
$def{"TRICK_CPFLAGS"} = "" ;
$def{"TRICK_CPPC"} = "c++" ;
$def{"TRICK_DEBUG"} = "0" ;
$def{"TRICK_EDITOR"} = "" ;
Expand Down

0 comments on commit 6d5ce8d

Please sign in to comment.