aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/allegro5/portfile.cmake1
1 files changed, 1 insertions, 0 deletions
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()