Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias committed Oct 6, 2023
1 parent 61e220d commit 8fe09bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,8 @@ jobs:
USEARCHS="$USEARCHS -arch $ARCH"
fi
done
export CFLAGS="$USEARCHS -isysroot $SDKDIR"
export CFLAGS="$USEARCHS -isysroot $SDKDIR -nostdinc"
echo "Using CFLAGS: $CFLAGS"
cat /usr/local/include/openssl/opensslv.h
./autogen.sh PKG_CONFIG_PATH=/usr/local/lib/pkgconfig --enable-debug \
openssl_CFLAGS="-I${{ env.DEPSDIR }}/libressl-${{ env.LIBRESSL_VER }}/include" \
openssl_LIBS="-Xlinker ${{ env.LIBSSL }} -Xlinker ${{ env.LIBCRYPTO }}"
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ AM_CPPFLAGS = \

AM_CFLAGS = \
$(GLOBAL_CFLAGS) \
$(ssl_lib_CFLAGS) \
$(libusbmuxd_CFLAGS) \
$(libplist_CFLAGS) \
$(limd_glue_CFLAGS) \
$(ssl_lib_CFLAGS) \
$(LFS_CFLAGS) \
$(PTHREAD_CFLAGS)

Expand Down

0 comments on commit 8fe09bd

Please sign in to comment.