mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Attempt to make build on OSX.
This commit is contained in:
4
build.py
4
build.py
@@ -1,5 +1,5 @@
|
||||
from build.ab import export
|
||||
from build.c import clibrary
|
||||
from build.c import clibrary, cxxlibrary
|
||||
from build.protobuf import proto, protocc
|
||||
from build.pkg import package
|
||||
|
||||
@@ -13,7 +13,7 @@ clibrary(name="protocol", hdrs={"protocol.h": "./protocol.h"})
|
||||
proto(name="fl2_proto", srcs=["lib/fl2.proto"])
|
||||
protocc(name="fl2_proto_lib", srcs=["+fl2_proto"])
|
||||
|
||||
clibrary(
|
||||
cxxlibrary(
|
||||
name="lib",
|
||||
srcs=[
|
||||
"./lib/bitmap.cc",
|
||||
|
||||
Reference in New Issue
Block a user