Skip to content

Commit

Permalink
FIX luasocket inet_pton is not needed anymore on newer muslcc toolchains
Browse files Browse the repository at this point in the history
  • Loading branch information
pocomane committed Jun 23, 2021
1 parent 2c1c8b5 commit c76ff7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ elif [ "$TARGET" = "windows" ]; then

export TARGET_LUASOCKET="mingw"
export EXTRA_TARGET_LUASOCKET=""
export CFLAGS_LUASOCKET=" -DLUASOCKET_INET_PTON "
export CFLAGS_LUASOCKET=" "

export CFLAGS_LUACHILD=" -DUSE_WINDOWS " ||die
export EXTRA_TARGET_LUACHILD=" -c luachild_windows.c -o luachild_windows.o "
Expand Down

0 comments on commit c76ff7e

Please # to comment.