Skip to content

Commit

Permalink
fix static linking
Browse files Browse the repository at this point in the history
  • Loading branch information
srozb committed Jul 8, 2024
1 parent 33f7fbc commit 7c765ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions parasite.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.3.0"
version = "0.3.1"
author = "srozb"
description = "dll injection/hijack made fun"
license = "MIT"
Expand All @@ -18,4 +18,4 @@ namedBin = {

# Dependencies

requires "nim >= 1.6.0, winim, jester, nimja, https://github.com/enthus1ast/psutil-nim"
requires "nim >= 2.0.0, winim, jester, nimja, https://github.com/enthus1ast/psutil-nim"
3 changes: 1 addition & 2 deletions src/nim.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
--define:release
--define:fakeexports
--define:unlockloader
--passL:"-s"
--gc:orc
--passL:"-static -static-libgcc -static-libstdc++"
--app:console

0 comments on commit 7c765ef

Please sign in to comment.