From a8a1ad9374f59bc94835f6f4e988f5970848c8dd Mon Sep 17 00:00:00 2001 From: Jesse Talavera-Greenberg Date: Thu, 20 Jul 2017 18:52:48 -0400 Subject: Need C flags, too --- ports/allegro5/portfile.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/allegro5/portfile.cmake b/ports/allegro5/portfile.cmake index a1d075727..3769f227e 100644 --- a/ports/allegro5/portfile.cmake +++ b/ports/allegro5/portfile.cmake @@ -73,6 +73,7 @@ vcpkg_configure_cmake( OPTIONS_DEBUG -DWANT_ALLOW_SSE=OFF -DCMAKE_CXX_FLAGS_DEBUG="/D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1" + -DCMAKE_C_FLAGS_DEBUG="/D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1" ) vcpkg_install_cmake() -- cgit v1.2.3