Delete failed build/compile scripts. Need to correct naming, too much overlap

This commit is contained in:
mmcwilliams 2021-10-17 00:37:39 -04:00
parent 2c725f1801
commit 0935d7fcbc
2 changed files with 0 additions and 34 deletions

View File

@ -1,23 +0,0 @@
EMAIL="hi@mmcwilliams.com"
NAME="Matt McWilliams"
CFLAGS="-pthread" #-DBOOST_THREAD_USE_LIB -s USE_BOOST_HEADERS=1
LDFLAGS="$CFLAGS -s INITIAL_MEMORY=33554432 -Wl -V"
ARGS=(
#LIBS="-lboost_system -lboost_thread -lboost_date_time"
COMPILED_BY="$NAME <$EMAIL>"
CC=emcc
CXX=em++
CFLAGS="$CFLAGS"
CXXFLAGS="$CFLAGS"
LDFLAGS="$LDFLAGS"
--host=wasm32
)
cd unix/
sh prebuild.sh
cd ../
emconfigure ./configure "${ARGS[@]}"
exit 1
emmake make -j2

View File

@ -1,11 +0,0 @@
#!/bin/bash
bash ./build_docker.sh
cd povray
sudo docker run \
--cpus=2 \
-v $PWD:/usr/src/build \
povray_wasm \
sh -c 'cd /usr/src/povray && cp ../build/build_alpine.sh ./build.sh && bash build.sh'