opendungeons: fix build on aarch64-linux
This commit is contained in:
parent
ac9af8d268
commit
904280a514
@ -16,6 +16,11 @@ stdenv.mkDerivation rec {
|
||||
./fix_link_date_time.patch
|
||||
];
|
||||
|
||||
# source/utils/StackTraceUnix.cpp:122:2: error: #error Unsupported architecture.
|
||||
postPatch = lib.optionalString (!stdenv.isx86_64) ''
|
||||
cp source/utils/StackTrace{Stub,Unix}.cpp
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ cmake pkg-config ];
|
||||
buildInputs = [ ogre cegui boost sfml openal ois ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user