From bf5cece51a20eb4773d196ec650fb3af574afa17 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 12 Feb 2024 16:18:03 -0600 Subject: mk: initial commit This is a complete overhaul of the build system. This new implementations upports many new features and is very extensible. --- flake.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 26ff130..7dc5372 100644 --- a/flake.nix +++ b/flake.nix @@ -154,8 +154,6 @@ shellHook = '' export CROSS_COMPILE=arm-unknown-linux-gnueabi- export MAKEFLAGS="AR=gcc-ar" - export CXXFLAGS="$(pkg-config --cflags ncursesw sdl2 zlib)" - export LDFLAGS="$(pkg-config --libs ncursesw sdl2 zlib)" # export LOCALE_ARCHIVE="${glibcLocales}/lib/locale/locale-archive" -- cgit v1.2.3