Skip to content

Commit

Permalink
using latest hipo dir structure
Browse files Browse the repository at this point in the history
  • Loading branch information
maureeungaro committed Dec 10, 2024
1 parent 101bc73 commit f62be1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loadhipo.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def loadhipo(env, OSENV) :
print ("\n > Loading HIPO software from ", HIPO)

## includes
env.Append(CPPPATH = HIPO + 'include')
env.Append(CPPPATH = HIPO + '/include')

## flags
env.Append(LINKFLAGS = '-rdynamic')
Expand Down

0 comments on commit f62be1e

Please sign in to comment.