Mercurial > hg > octave-lyh
changeset 13596:f6bb48258200
Corrected mistake.
author | Jacob Dawid <jacob.dawid@googlemail.com> |
---|---|
date | Wed, 10 Aug 2011 22:09:54 +0200 |
parents | 56eb9348ff02 |
children | 73a9ac1cdbf1 |
files | gui/octave-gui.pro |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/octave-gui.pro +++ b/gui/octave-gui.pro @@ -40,7 +40,7 @@ # Includepaths and libraries to link against: INCLUDEPATH += src src/terminal src/qirc src/backend -INCFLAGS += $$system(mkoctfile -p RLD_FLAG) $$system(mkoctfile -p INCFLAGS) +INCFLAGS += $$system(mkoctfile -p INCFLAGS) mac { INCFLAGS += -I/opt/local-native/include }