Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e8dc67c

Browse files
author
auxten
committed
Remove useless unicode dir
1 parent 070e4e8 commit e8dc67c

File tree

161 files changed

+5
-95033
lines changed

Some content is hidden

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

161 files changed

+5
-95033
lines changed

‎_example/simple/build.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
#!/bin/bash
22

3-
CGO_ENABLED=1 go build -a -x -v --tags "sqlite_omit_load_extension sqlite_vtable sqlite_fts5 sqlite_icu" && ldd simple
3+
if [[ "$OSTYPE" == "linux-gnu" ]]; then
4+
CGO_ENABLED=1 go build -a -x -v --tags "linux sqlite_omit_load_extension sqlite_vtable sqlite_fts5 sqlite_icu sqlite_json" && ldd simple
5+
elif [[ "$OSTYPE" == "darwin"* ]]; then
6+
CGO_ENABLED=1 go build -a -x -v --tags "darwin sqlite_omit_load_extension sqlite_vtable sqlite_fts5 sqlite_icu sqlite_json"
7+
fi

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /