mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-24 07:43:44 +02:00
13 lines
402 B
Diff
13 lines
402 B
Diff
# Prevents libpng's build system from using AWK.
|
|
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -351,7 +351,7 @@ endif()
|
|
# Find an AWK language processor.
|
|
# Start with specific AWK implementations like gawk and nawk, which are
|
|
# known to work with our scripts, then fall back to the system awk.
|
|
-find_program(AWK NAMES gawk nawk awk)
|
|
+
|
|
if(AWK)
|
|
message(STATUS "Found AWK program: ${AWK}")
|
|
else()
|