Skip to content

Commit

Permalink
CONFIGURE: Override pkg-config on RISC OS
Browse files Browse the repository at this point in the history
  • Loading branch information
ccawley2011 authored and bluegr committed Apr 9, 2019
1 parent 8b5bb41 commit 66813c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure
Expand Up @@ -2876,6 +2876,7 @@ case $_host_os in
add_line_to_config_mk 'RISCOS = 1'
append_var LDFLAGS "-L$GCCSDK_INSTALL_ENV/lib"
append_var CXXFLAGS "-I$GCCSDK_INSTALL_ENV/include"
_pkgconfig=$GCCSDK_INSTALL_ENV/ro-pkg-config
_sdlpath=$GCCSDK_INSTALL_ENV/bin
_freetypepath=$GCCSDK_INSTALL_ENV/bin
_libcurlpath=$GCCSDK_INSTALL_ENV/bin
Expand Down

0 comments on commit 66813c9

Please sign in to comment.