Skip to content

Commit d560587

Browse files
author
pmp-p
committed
fix posix_spawn and #16259
1 parent bb5b47e commit d560587

File tree

66 files changed

+336
-2143
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+336
-2143
lines changed

sources.32/panda3d-master.build

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -108,18 +108,11 @@ then
108108
ln -s ${ROOT}/${HB}/src/*.h ${TP}/harfbuzz/
109109
cp -f ${ROOT}/${HB}/obj/local/armeabi-v7a/libharfbuzz.so ${TP}/
110110

111-
TP_OA="--use-openal --openal-incdir=${TP} --openal-libdir=${TP}"
112111

113-
if false
114-
then
115-
#OA=HelloOpenAL
112+
echo "OpenAL support TESTING"
113+
TP_OA="--use-openal --openal-incdir=${TP} --openal-libdir=${TP}"
116114
ln -s ${ROOT}/${OA}/openal/include/AL ${TP}/
117-
#cp -f ../HelloOpenAL/libs/armeabi/libopenal.so ${TP}/
118-
cp -f ../HelloOpenAL/libs/armeabi-v7a/libopenal.so ${TP}/
119-
else
120-
echo "OpenAL support DISABLED"
121-
TP_OA="--no-openal"
122-
fi
115+
cp -f ../TESTING/build/libopenal.so ${TP}/
123116

124117
TP_BUL="--use-bullet --bullet-incdir=${TP} --bullet-libdir=${TP}"
125118
ln -s ${ROOT}/bullet3-master/src ${TP}/bullet

sources.em/Python-3.7.1.build

Lines changed: 0 additions & 291 deletions
This file was deleted.

sources.em/Python-3.7.1.patchset/Include_pyport.h.diff

Lines changed: 0 additions & 14 deletions
This file was deleted.

sources.em/Python-3.7.1.patchset/Lib_hashlib.py.diff

Lines changed: 0 additions & 21 deletions
This file was deleted.

sources.em/Python-3.7.1.patchset/Lib_subprocess.py.diff

Lines changed: 0 additions & 24 deletions
This file was deleted.

sources.em/Python-3.7.1.patchset/Lib_threading.py.diff

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)