zsnes seems to work better, without stripping.
I can't understand why. Without disabling stripping, it segfaults saving state.
This commit is contained in:
parent
ddda0dfc60
commit
ab7069eec4
|
@ -13,6 +13,8 @@ stdenv.mkDerivation {
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
cd src
|
cd src
|
||||||
|
|
||||||
|
sed -i "/^STRIP/d" configure
|
||||||
|
|
||||||
# Fix for undefined strncasecmp()
|
# Fix for undefined strncasecmp()
|
||||||
echo '#include <strings.h>' > tmp.cpp
|
echo '#include <strings.h>' > tmp.cpp
|
||||||
cat tmp.cpp tools/strutil.h > tools/strutil.h.new
|
cat tmp.cpp tools/strutil.h > tools/strutil.h.new
|
||||||
|
|
Loading…
Reference in New Issue