Skip to content

Commit

Permalink
Issue #1847 - Transfer build configuration to gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt A. Tobin authored and wolfbeast committed Apr 7, 2022
1 parent b2ad7e8 commit 3adf5e5
Show file tree
Hide file tree
Showing 12 changed files with 193 additions and 545 deletions.
2 changes: 2 additions & 0 deletions build/autoconf/nspr-build.m4
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ if test -n "$NSPR_CFLAGS" -o -n "$NSPR_LIBS"; then
,
AC_MSG_ERROR([system NSPR does not support PR_UINT64 or including prtypes.h does not provide it]))
CFLAGS=$_SAVE_CFLAGS
NSPR_INCLUDE_DIR=`echo ${NSPR_CFLAGS} | sed -e 's/.*-I\([^ ]*\).*/\1/'`
NSPR_LIB_DIR=`echo ${NSPR_LIBS} | sed -e 's/.*-L\([^ ]*\).*/\1/'`
elif test -z "$JS_POSIX_NSPR"; then
NSPR_INCLUDE_DIR="${DIST}/include/nspr"
NSPR_CFLAGS="-I${NSPR_INCLUDE_DIR}"
Expand Down
Loading

0 comments on commit 3adf5e5

Please sign in to comment.