Skip to content

Commit

Permalink
Update easybuild/easyconfigs/f/freeglut/freeglut-3.6.0-GCCcore-13.3.0.eb
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Moors <[email protected]>
  • Loading branch information
stefan-wolfsheimer and smoors authored Jan 10, 2025
1 parent 759b9d6 commit 4fd5997
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ configopts = ' -DX11_X11_LIB="$EBROOTX11/lib/libX11.so" -DX11_X11_INCLUDE_PATH=


sanity_check_paths = {
'files': [('lib/libglut.a', 'lib64/libglut.a'), ('lib/libglut.so', 'lib64/libglut.so')],
'files': ['lib/libglut.a', 'lib/libglut.%s' % SHLIB_EXT],
'dirs': ['include/GL'],
}

Expand Down

0 comments on commit 4fd5997

Please sign in to comment.