mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Add ctags support for FreeBSD and remove hard-coded paths.
This commit is contained in:
@@ -17,9 +17,11 @@ Linux = bool('Linux' == platform.system())
|
||||
Ubuntu = bool(Linux and 'Ubuntu' == platform.linux_distribution()[0])
|
||||
|
||||
if OSX or Ubuntu:
|
||||
CTAGS = '/usr/bin/ctags'
|
||||
CTAGS = 'ctags'
|
||||
elif FreeBSD:
|
||||
CTAGS = 'exctags'
|
||||
else:
|
||||
CTAGS = '/usr/bin/exuberant-ctags'
|
||||
CTAGS = 'exuberant-ctags'
|
||||
|
||||
#
|
||||
# scons tools
|
||||
|
||||
Reference in New Issue
Block a user