Skip to content

Commit

Permalink
Fix VGUI searching again
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Jul 2, 2018
1 parent 8c1f974 commit 257b72a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmake/FindVGUI.cmake
Expand Up @@ -49,8 +49,9 @@ find_library(VGUI_LIBRARY
NAMES ${LIBNAMES}
HINTS $ENV{VGUIDIR}
PATH_SUFFIXES
games/lib/xash3d # libvgui debian package
lib/xash3d # Maybe installed in system?
games/lib/xash3d # libvgui debian package
lib/xash3d # Maybe installed in system?
xash3d/ # Maybe installed in system? [2]
utils/vgui/lib/win32_vc6 # Win32 VC6
linux/ # Linux
linux/release # OSX
Expand Down

0 comments on commit 257b72a

Please sign in to comment.