Skip to content
Snippets Groups Projects
Commit 90292e05 authored by pavel.uhanov's avatar pavel.uhanov Committed by Constantin P.
Browse files

hotfix-14097

parent e729633a
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ then ...@@ -49,7 +49,7 @@ then
export OSXCROSS_HOST=x86_64-apple-darwin20.4 export OSXCROSS_HOST=x86_64-apple-darwin20.4
CMAKE=(cmake -DCMAKE_TOOLCHAIN_FILE=${OSXCROSS_ROOT}/toolchain.cmake) CMAKE=(cmake -DCMAKE_TOOLCHAIN_FILE=${OSXCROSS_ROOT}/toolchain.cmake -DCMAKE_C_FLAGS="-I/opt/osxcross/macports/pkgs/opt/local/include/ -L/opt/osxcross/macports/pkgs/opt/local/lib/postgresql/")
##everything else can be done by default make ##everything else can be done by default make
MAKE=(make) MAKE=(make)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment