File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -662,6 +662,7 @@ void InitializeSearchPaths()
662662 if (binRootDir.size () > 0 )
663663 {
664664 g_searchPaths.push_back (binRootDir + " /share/glscopeclient" );
665+ g_searchPaths.push_back (binRootDir + " /share/ngscopeclient" );
665666 g_searchPaths.push_back (binRootDir + " /share/scopehal" );
666667 }
667668
@@ -671,12 +672,15 @@ void InitializeSearchPaths()
671672 g_searchPaths.push_back (home + " /.glscopeclient" );
672673 g_searchPaths.push_back (home + " /.scopehal" );
673674 g_searchPaths.push_back (" /usr/local/share/glscopeclient" );
675+ g_searchPaths.push_back (" /usr/local/share/ngscopeclient" );
674676 g_searchPaths.push_back (" /usr/local/share/scopehal" );
675677 g_searchPaths.push_back (" /usr/share/glscopeclient" );
678+ g_searchPaths.push_back (" /usr/share/ngscopeclient" );
676679 g_searchPaths.push_back (" /usr/share/scopehal" );
677680
678681 // for macports
679682 g_searchPaths.push_back (" /opt/local/share/glscopeclient" );
683+ g_searchPaths.push_back (" /opt/local/share/ngscopeclient" );
680684 g_searchPaths.push_back (" /opt/local/share/scopehal" );
681685#endif
682686
You can’t perform that action at this time.
0 commit comments