mirror of
https://github.com/BinomialLLC/basis_universal.git
synced 2026-09-03 08:58:13 +00:00
removing unused files
This commit is contained in:
@@ -1 +0,0 @@
|
||||
cmake -D CMAKE_C_COMPILER=/usr/bin/clang -D CMAKE_CXX_COMPILER=/usr/bin/clang++ .
|
||||
@@ -1,9 +0,0 @@
|
||||
#!/bin/sh
|
||||
if ! emcc --version
|
||||
then
|
||||
echo "Emscripten not found on PATH. Please follow instructions on https://emscripten.org/docs/getting_started/downloads.html"
|
||||
exit
|
||||
fi
|
||||
|
||||
emcmake cmake .
|
||||
emcmake make
|
||||
Reference in New Issue
Block a user