Skip to content

Commit

Permalink
Overwrite CFLAGS in libffi phase
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder committed Feb 14, 2024
1 parent da16e5e commit 09990f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phases/13-libffi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ rm -rf $TARGET
--disable-docs \
CC="$MSVCC" CXX="$MSVCC" LD=link \
CPP="cl -nologo -EP" CXXCPP="cl -nologo -EP" \
CPPFLAGS="-DFFI_BUILDING_DLL" LDFLAGS="" \
CPPFLAGS="-DFFI_BUILDING_DLL" LDFLAGS="" CFLAGS="" \

echo
echo "### Building"
Expand Down

0 comments on commit 09990f0

Please sign in to comment.