mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-25 02:29:49 +00:00
I was compiling ../Unix/sys_unix.cpp, but that meant the compiler
was pulling in ../Unix/sysdeps.h that did not define loff_t. So, I now generate and compile a symlink to that file instead
This commit is contained in:
parent
9f6a9d6487
commit
bc1d80ebf8
@ -24,6 +24,7 @@ else
|
||||
ln -sf /usr/share/libtool/config.sub .
|
||||
fi
|
||||
|
||||
ln -sf ../Unix/sys_unix.cpp .
|
||||
ln -sf ../Unix/user_strings_unix.h .
|
||||
ln -sf ../Unix/install-sh .
|
||||
ln -sf ../../README README.txt
|
||||
|
@ -1075,8 +1075,7 @@
|
||||
};
|
||||
0193367EFFD1BA0395877872 = {
|
||||
isa = PBXFileReference;
|
||||
name = sys_unix.cpp;
|
||||
path = ../Unix/sys_unix.cpp;
|
||||
path = sys_unix.cpp;
|
||||
refType = 2;
|
||||
};
|
||||
0193367FFFD1BA0395877872 = {
|
||||
|
@ -24,7 +24,7 @@ GENEMUS = cpuemu1.cpp cpuemu2.cpp cpuemu3.cpp cpuemu4.cpp \
|
||||
|
||||
# Symlinks to files in other directories
|
||||
GENLINK = README.txt install-sh \
|
||||
config.guess config.sub user_strings_unix.h
|
||||
config.guess config.sub sys_unix.cpp user_strings_unix.h
|
||||
|
||||
GEN = $(GENEMUS) $(GENSRCS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user