Skip to content

Commit

Permalink
Fix ldl warning (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrchatruc authored Sep 26, 2023
1 parent 9120e21 commit 64e07f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/lambdaworks/lambdaworks.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package lambdaworks

/*
#cgo LDFLAGS: pkg/lambdaworks/lib/liblambdaworks.a -ldl
#cgo LDFLAGS: pkg/lambdaworks/lib/liblambdaworks.a
#include "lib/lambdaworks.h"
#include <stdlib.h>
*/
Expand Down

0 comments on commit 64e07f9

Please sign in to comment.