From 019adaefb11ca7d6d0360aa726f6101603e161b1 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 27 Dec 2021 21:33:01 -0500 Subject: [PATCH] Xcode build fix --- sys/unix/NetHack.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/unix/NetHack.xcodeproj/project.pbxproj b/sys/unix/NetHack.xcodeproj/project.pbxproj index b0b8faec1..712685f77 100644 --- a/sys/unix/NetHack.xcodeproj/project.pbxproj +++ b/sys/unix/NetHack.xcodeproj/project.pbxproj @@ -149,6 +149,7 @@ 544768B123994A2C004B9739 /* mdlib.c in Sources */ = {isa = PBXBuildFile; fileRef = 544768B023994A2C004B9739 /* mdlib.c */; }; 544768BA23995BB7004B9739 /* liblua.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 544768B923995BB7004B9739 /* liblua.a */; }; 5462D14823E7B19200969423 /* insight.c in Sources */ = {isa = PBXBuildFile; fileRef = 5462D14723E7B19200969423 /* insight.c */; }; + 5493735A277AAE830031FE02 /* alloc.c in Sources */ = {isa = PBXBuildFile; fileRef = 31B8A36521A238040055BD01 /* alloc.c */; }; 54FB2B4B246310A600397C0E /* symbols.c in Sources */ = {isa = PBXBuildFile; fileRef = 54FB2B4A246310A600397C0E /* symbols.c */; }; 54FCE8292223261F00F393C8 /* isaac64.c in Sources */ = {isa = PBXBuildFile; fileRef = 54FCE8282223261F00F393C8 /* isaac64.c */; }; /* End PBXBuildFile section */ @@ -1506,6 +1507,7 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 5493735A277AAE830031FE02 /* alloc.c in Sources */, 5439B3BC275AADC600B8FB2F /* date.c in Sources */, 31B8A31021A20DC10055BD01 /* monst.c in Sources */, 31B8A30F21A20DC10055BD01 /* objects.c in Sources */,