mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Turns out I'd cocked up the build system setup --- bootstrap with make again.
This commit is contained in:
13
mkninja.sh
13
mkninja.sh
@@ -5,19 +5,6 @@ pkgcflags="$(pkg-config --cflags $packages) -Idep/fmt"
|
||||
pkgldflags=$(pkg-config --libs $packages)
|
||||
|
||||
cat <<-EOF
|
||||
#############################################################################
|
||||
### THIS FILE IS AUTOGENERATED ###
|
||||
#############################################################################
|
||||
#
|
||||
# Don't edit it. Your changes will be destroyed. Instead, edit mkninja.sh
|
||||
# instead. The next time you run ninja, this file will be automatically
|
||||
# updated.
|
||||
|
||||
rule mkninja
|
||||
command = sh ./mkninja.sh > \$out.new && mv -f \$out.new \$out
|
||||
generator = true
|
||||
build build.ninja : mkninja mkninja.sh
|
||||
|
||||
CXX = g++
|
||||
AR = ar rcs
|
||||
CFLAGS = -Og -g --std=c++14
|
||||
|
||||
Reference in New Issue
Block a user