We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A few libraries and tools have full paths to build or install directories saved inside them.
glib/lib/libglib-2.0.a
gmake/bin/gmake
instpatch/lib/libinstpatch-1.0.a
intl/lib/libintl.a
--localedir=/usr/local/share/locale
make install-exec-am install-nodist_includeHEADERS
pkg-config/bin/pkg-config.exe
vpx/lib/libvpx.a
vorbis/lib/libvorbis.a
vorbis/lib/libvorbisenc.a
vorbis/lib/libvorbisfile.a
Related issue is #58.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A few libraries and tools have full paths to build or install directories saved inside them.
glib/lib/libglib-2.0.a
gmake/bin/gmake
, doesn't affect built GZDoom/Raze executableinstpatch/lib/libinstpatch-1.0.a
intl/lib/libintl.a
Configure with
--localedir=/usr/local/share/locale
Install with
make install-exec-am install-nodist_includeHEADERS
pkg-config/bin/pkg-config.exe
, doesn't affect built GZDoom/Raze executablevpx/lib/libvpx.a
, doesn't affect built GZDoom/Raze executablevorbis/lib/libvorbis.a
,vorbis/lib/libvorbisenc.a
,vorbis/lib/libvorbisfile.a
Related issue is #58.
The text was updated successfully, but these errors were encountered: