🔨 No strlcpy in Windows (#26748)
This commit is contained in:
parent
70d942a184
commit
610ea0a9d3
|
@ -140,5 +140,4 @@ build_src_flags = ${simulator_common.build_src_flags} -fpermissive
|
||||||
build_flags = ${simulator_common.build_flags} ${simulator_common.debug_build_flags}
|
build_flags = ${simulator_common.build_flags} ${simulator_common.debug_build_flags}
|
||||||
-IC:\\msys64\\mingw64\\include\\SDL2 -fno-stack-protector -Wl,-subsystem,windows
|
-IC:\\msys64\\mingw64\\include\\SDL2 -fno-stack-protector -Wl,-subsystem,windows
|
||||||
-ldl -lmingw32 -lSDL2main -lSDL2 -lSDL2_net -lopengl32 -lssp
|
-ldl -lmingw32 -lSDL2main -lSDL2 -lSDL2_net -lopengl32 -lssp
|
||||||
-DHAS_LIBBSD
|
|
||||||
build_type = debug
|
build_type = debug
|
||||||
|
|
Loading…
Reference in a new issue