Thanks a lot, it seems helpful for compiling sqlite3.a.

In my case, we have already got it by 
    
    
     add sqlite-static
    
    Run

so I found that I just need to modify it like the following and it will work 
well

> 
>     RUN nimble build -d:beast -d:release --mm:refc -d:nimDebugDlOpen 
> --dynlibOverride:sqlite3 --passL:/usr/lib/libsqlite3.a --passL:-static 
> --verbose -y
>     
>     
>     Run

Reply via email to