mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 16:07:38 -04:00
Some consumers are ready for 0.11 syntax but many are not. PR: 273124 Approved by: dch (maintainer)
10 lines
268 B
Text
10 lines
268 B
Text
--- CMakeLists.txt.orig 2023-01-31 09:51:54 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -1089,6 +1089,7 @@ set(ZIG_BUILD_ARGS
|
|
"-Dtarget=${ZIG_TARGET_TRIPLE}"
|
|
"-Dcpu=${ZIG_TARGET_MCPU}"
|
|
"-Dversion-string=${ZIG_VERSION}"
|
|
+ "--verbose"
|
|
)
|
|
|
|
add_custom_target(stage3 ALL
|