Skip to content

Commit

Permalink
nimble c?
Browse files Browse the repository at this point in the history
Signed-off-by: madomado <[email protected]>
  • Loading branch information
madonuko authored Aug 29, 2024
1 parent 1b41064 commit cd1bda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anda/langs/nim/choosenim/choosenim.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sources, enabling you to easily switch between stable and development compilers.

%build
nimble setup -y
nim c -t:-fPIE -l:-pie -d:release -t:"$CFLAGS" -l:"$LDFLAGS" src/choosenim
nimble c -t:-fPIE -l:-pie -d:release -t:"$CFLAGS" -l:"$LDFLAGS" src/choosenim

%install
install -Dm755 src/choosenim %buildroot%_bindir/choosenim
Expand Down

0 comments on commit cd1bda4

Please sign in to comment.