parent
008587dc74
commit
144630df23
1 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'nim'
|
||||
pkgname=nim
|
||||
version=0.16.0
|
||||
revision=2
|
||||
revision=3
|
||||
_cversion=0.16.0
|
||||
_nimbleversion=0.8.4
|
||||
depends="gcc"
|
||||
|
@ -31,6 +31,12 @@ do_build() {
|
|||
CFLAGS= sh build.sh
|
||||
cd ..
|
||||
|
||||
ed lib/wrappers/openssl.nim <<-EDIT
|
||||
,s/versions = "(/versions = "(|.43|.41/
|
||||
w
|
||||
q
|
||||
EDIT
|
||||
|
||||
bin/nim c koch
|
||||
./koch boot -d:release
|
||||
|
||||
|
|
Loading…
Reference in a new issue