Skip to content

Commit

Permalink
More fiddling with postgresql includes
Browse files Browse the repository at this point in the history
  • Loading branch information
m-hofmann-a9s committed Dec 10, 2024
1 parent 8c97272 commit 2f26fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/minetest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def install
-DBUILD_SERVER=1
-DENABLE_POSTGRESQL=1
-DENABLE_FREETYPE=1
-DCMAKE_EXE_LINKER_FLAGS='-L#{Formula["freetype"].opt_lib}'
-DCMAKE_EXE_LINKER_FLAGS='-L#{Formula["freetype"].opt_lib},-L#{Formula["libpq"].opt_lib}'
-DENABLE_GETTEXT=1
-DCUSTOM_GETTEXT_PATH=#{Formula["gettext"].opt_prefix}
-DPostgreSQL_INCLUDE_DIR='#{Formula["libpq"].opt_prefix}'
Expand Down

0 comments on commit 2f26fd3

Please sign in to comment.