diff --git a/BUCK b/BUCK index e01db658..0bf9e3ad 100644 --- a/BUCK +++ b/BUCK @@ -1,7 +1,5 @@ -include_defs('//BUCKAROO_DEPS') - prebuilt_cxx_library( - name = 'chaiscript', + name = 'chaiscript', header_only = True, header_namespace = 'chaiscript', exported_headers = subdir_glob([ @@ -10,5 +8,4 @@ prebuilt_cxx_library( visibility = [ 'PUBLIC', ], - deps = BUCKAROO_DEPS, ) diff --git a/buckaroo.json b/buckaroo.json index afc50314..95db1764 100644 --- a/buckaroo.json +++ b/buckaroo.json @@ -1,4 +1,3 @@ { - "name": "chaiscript", - "dependencies": {} + "name": "ChaiScript" }