mirror of
https://github.com/PureDarwin/PureDarwin.git
synced 2026-01-25 04:06:25 +00:00
Add patched copy of unifdef
The stock version of unifdef included with Xcode exits with code 1 if changes were made, which goes against the Unix convention and CMake's expectations.
This commit is contained in:
@@ -4,4 +4,5 @@ file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/prefix)
|
||||
add_subdirectory(cctools)
|
||||
add_subdirectory(dtrace_ctf)
|
||||
add_subdirectory(mig)
|
||||
add_subdirectory(unifdef)
|
||||
add_subdirectory(xar)
|
||||
|
||||
2
tools/unifdef/CMakeLists.txt
Normal file
2
tools/unifdef/CMakeLists.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
add_executable(unifdef)
|
||||
target_sources(unifdef PRIVATE unifdef.c)
|
||||
1234
tools/unifdef/unifdef.c
Normal file
1234
tools/unifdef/unifdef.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user