Skip to content

Commit

Permalink
libpq.def: linux_x64 settings in separate override
Browse files Browse the repository at this point in the history
  • Loading branch information
matobet committed Oct 2, 2023
1 parent e38056c commit 3fb5bda
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ package = libpq
#staticLibraries = libpq.a
#libraryPaths = /opt/homebrew/opt/libpq/lib

compilerOpts = -I/home/linuxbrew/.linuxbrew/opt/libpq/include -I/opt/homebrew/opt/libpq/include -I/usr/local/opt/libpq/include -I/usr/include
linkerOpts = -L/home/linuxbrew/.linuxbrew/opt/libpq/lib -L/opt/homebrew/opt/libpq/lib -L/usr/local/opt/libpq/lib -L/usr/lib64 -lpq
compilerOpts = -I/home/linuxbrew/.linuxbrew/opt/libpq/include -I/opt/homebrew/opt/libpq/include -I/usr/local/opt/libpq/include
compilerOpts.linux_x64 = -I/usr/include
linkerOpts = -L/home/linuxbrew/.linuxbrew/opt/libpq/lib -L/opt/homebrew/opt/libpq/lib -L/usr/local/opt/libpq/lib -lpq
linkerOpts.linux_x64 = -L/usr/lib64 -lpq

0 comments on commit 3fb5bda

Please sign in to comment.