From 5fe172bc0d62b11f0243cffeb0ae8a7658fce57f Mon Sep 17 00:00:00 2001 From: Nathan Date: Sun, 30 Mar 2025 12:28:12 -0500 Subject: [PATCH] define --- flake.nix | 1 + modules/Print/src/Print.cpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 49f0e2b..8ab2507 100755 --- a/flake.nix +++ b/flake.nix @@ -192,6 +192,7 @@ include/utils/App/App.cpp \ -fpic -shared \ -I src -I include -I . \ + -DPRINT_STATIC \ -Wall \ -o $name ''; diff --git a/modules/Print/src/Print.cpp b/modules/Print/src/Print.cpp index 057a316..509bf89 100644 --- a/modules/Print/src/Print.cpp +++ b/modules/Print/src/Print.cpp @@ -1,4 +1,3 @@ -#define PRINT_STATIC #include "Print.h" Print::Print(void* h, Archimedes::App* a) : Archimedes::Module(h, a) {