Skip to content

Commit

Permalink
fix posix_spawn and #16259
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Sep 18, 2019
1 parent bb5b47e commit d560587
Show file tree
Hide file tree
Showing 66 changed files with 336 additions and 2,143 deletions.
13 changes: 3 additions & 10 deletions sources.32/panda3d-master.build
Original file line number Diff line number Diff line change
Expand Up @@ -108,18 +108,11 @@ then
ln -s ${ROOT}/${HB}/src/*.h ${TP}/harfbuzz/
cp -f ${ROOT}/${HB}/obj/local/armeabi-v7a/libharfbuzz.so ${TP}/

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

if false
then
#OA=HelloOpenAL
echo "OpenAL support TESTING"
TP_OA="--use-openal --openal-incdir=${TP} --openal-libdir=${TP}"
ln -s ${ROOT}/${OA}/openal/include/AL ${TP}/
#cp -f ../HelloOpenAL/libs/armeabi/libopenal.so ${TP}/
cp -f ../HelloOpenAL/libs/armeabi-v7a/libopenal.so ${TP}/
else
echo "OpenAL support DISABLED"
TP_OA="--no-openal"
fi
cp -f ../TESTING/build/libopenal.so ${TP}/

TP_BUL="--use-bullet --bullet-incdir=${TP} --bullet-libdir=${TP}"
ln -s ${ROOT}/bullet3-master/src ${TP}/bullet
Expand Down
291 changes: 0 additions & 291 deletions sources.em/Python-3.7.1.build

This file was deleted.

14 changes: 0 additions & 14 deletions sources.em/Python-3.7.1.patchset/Include_pyport.h.diff

This file was deleted.

21 changes: 0 additions & 21 deletions sources.em/Python-3.7.1.patchset/Lib_hashlib.py.diff

This file was deleted.

24 changes: 0 additions & 24 deletions sources.em/Python-3.7.1.patchset/Lib_subprocess.py.diff

This file was deleted.

23 changes: 0 additions & 23 deletions sources.em/Python-3.7.1.patchset/Lib_threading.py.diff

This file was deleted.

Loading

0 comments on commit d560587

Please sign in to comment.