Rm header, fix build script
This commit is contained in:
parent
0bf45d236c
commit
e5c1ddcfc3
Binary file not shown.
@ -13,13 +13,11 @@ elif gcfc -v &> /dev/null; then
|
||||
CC=gcc
|
||||
else
|
||||
echo "Missing 'gcc'/ 'clang'"
|
||||
exit
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ $OS == "Darwin" ]; then
|
||||
if libtool -V &> /dev/null; then
|
||||
echo "Missing 'libtool'"
|
||||
fi
|
||||
libtool -V &> /dev/null || { echo "Missing 'libtool'"; exit 2 }
|
||||
fi
|
||||
|
||||
$CC -c -O3 -Qn "./sqlite3.c" -DSQLITE_OMIT_DEPRECATED -DSQLITE_OMIT_UTF16 -DSQLITE_OMIT_TEST_CONTROL
|
||||
|
13425
src/sqlite3.h
13425
src/sqlite3.h
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
||||
//+private
|
||||
#+private
|
||||
package sqlite3_odin_tests
|
||||
|
||||
import "base:runtime"
|
||||
|
Loading…
Reference in New Issue
Block a user