Skip to content

Commit

Permalink
Fix wrong package name on printsupport cflags
Browse files Browse the repository at this point in the history
  • Loading branch information
jamalsa committed Nov 21, 2024
1 parent 7d59d56 commit 8935c4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qt/printsupport/cflags.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package qprintsupport
package printsupport

/*
#cgo CFLAGS: -fPIC
Expand Down
2 changes: 1 addition & 1 deletion qt6/printsupport/cflags.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package qprintsupport
package printsupport

/*
#cgo CFLAGS: -fPIC
Expand Down

0 comments on commit 8935c4d

Please sign in to comment.