diff test/Makefile.ppc @ 17:41dd962abdd1

*: allow compiling vec in a C++ translation unit this is stupid, but whatever
author Paper <paper@tflc.us>
date Wed, 20 Nov 2024 12:02:15 -0500
parents e05c257c6a23
children
line wrap: on
line diff
--- a/test/Makefile.ppc	Wed Nov 20 04:16:56 2024 -0500
+++ b/test/Makefile.ppc	Wed Nov 20 12:02:15 2024 -0500
@@ -1,3 +1,3 @@
-CFLAGS += -maltivec
+CPPFLAGS += -maltivec
 
 include Makefile.template
\ No newline at end of file