Skip to content

Commit

Permalink
fixing buildlibs.sh script and cmark reference in config.nims
Browse files Browse the repository at this point in the history
  • Loading branch information
miki725 committed Sep 15, 2023
1 parent ccc6494 commit 72acfa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions config.nims
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ var
default = getEnvDir("HOME") & ".local/c0"
localDir = getEnvDir("LOCAL_INSTALL_DIR", default)
libDir = localdir & "libs"
libs = ["pcre", "ssl", "crypto", "cmark-gfm", "cmark-gfm-extensions",
"gumbo"]
libs = ["pcre", "ssl", "crypto", "gumbo"]

when defined(linux):
var
Expand Down
2 changes: 1 addition & 1 deletion files/bin/buildlibs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ function ensure_gumbo {
ensure_musl
get_src sigil-gumbo https://github.com/Sigil-Ebook/sigil-gumbo/
colorln CYAN "Watching our waistline, selecting only required gumbo ingredients..."
cat > CMakelists.txt <<EOL
cat > CMakeLists.txt <<EOL
cmake_minimum_required( VERSION 3.0 )
project(gumbo)
Expand Down

0 comments on commit 72acfa2

Please sign in to comment.