Files
Kmake/tools/gyp/test/fixtures/expected-darwin/ninja/test.ninja
2026-05-26 23:36:42 -07:00

16 lines
328 B
Plaintext

defines =
includes = -I../../include
cflags = -fasm-blocks -mpascal-strings -Os -gdwarf-2 -arch x86_64
cflags_c =
cflags_cc =
cflags_objc = $cflags_c
cflags_objcc = $cflags_cc
arflags =
build obj/test.test.o: cxx ../../test.cc
ldflags = -arch x86_64 -L./
libs = -L../../mylib
build test: link obj/test.test.o
ld = $ldxx