You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dub.compilers.utils: Add pkg-config C preprocessor flags support
Query pkg-config for any C preprocessor flags as well (notably include
paths and defines), and pass them to the D compiler so that they can
be included when preprocessing C code and library headers.
Copy file name to clipboardExpand all lines: test/issue782-gtkd-pkg-config/fake-gtkd/pkgconfig/fake-gtkd.pc
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,4 +9,6 @@ Version: 1.0.0
9
9
# The "-L-defaultlib=libphobos2.so" and "-defaultlib=libphobos2.so" should both end up on the compiler (at link stage) invocation as "-defaultlib=libphobos2.so"
10
10
# For this test, it doesn't hurt that they appear twice on the cmd line...
0 commit comments