Skip to content
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.

Commit

Permalink
debugger, duktape: DragonflyBSD build support (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
gballet committed Jun 19, 2020
1 parent a4a8cb9 commit 60c24ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions debugger.go
Expand Up @@ -6,6 +6,7 @@ package duktape
#cgo linux LDFLAGS: -lm
#cgo freebsd LDFLAGS: -lm
#cgo openbsd LDFLAGS: -lm
#cgo dragonfly LDFLAGS: -lm
#include "duktape.h"
#include <stdbool.h>
Expand Down
1 change: 1 addition & 0 deletions duktape.go
Expand Up @@ -6,6 +6,7 @@ package duktape
#cgo linux LDFLAGS: -lm
#cgo freebsd LDFLAGS: -lm
#cgo openbsd LDFLAGS: -lm
#cgo dragonfly LDFLAGS: -lm
#include "duktape.h"
#include "duk_logging.h"
Expand Down

0 comments on commit 60c24ae

Please sign in to comment.