Commit dca39fdd authored by Greg Williams's avatar Greg Williams
Browse files

Remapped to use AO fork of protobuf-c

parent ed1b5ae0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
[submodule "vendor/protobuf-c"]
	path = vendor/protobuf-c
	url = https://github.com/protobuf-c/protobuf-c
	url = https://github.com/atomicobject/protobuf-c
	branch = master
[submodule "vendor/kinetic-protocol"]
	path = vendor/kinetic-protocol
+3 −3
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@
      - -D"$": COLLECTION_DEFINES_TEST_AND_VENDOR
      - -D"$": DEFINES_TEST_PREPROCESS
      - -DGNU_COMPILER
      - -std=c99
      # - -std=c99
      - -Wall
      - ${1}
  :test_compiler:
@@ -98,7 +98,7 @@
      - -I"$": COLLECTION_PATHS_TEST_TOOLCHAIN_INCLUDE
      - -D"$": COLLECTION_DEFINES_TEST_AND_VENDOR
      - -DGNU_COMPILER
      - -std=c99
      # - -std=c99
      - -Wall
      - -g
      - -c ${1}
@@ -125,7 +125,7 @@
      - -I"$": 'COLLECTION_PATHS_RELEASE_TOOLCHAIN_INCLUDE'
      - -D"$": 'COLLECTION_DEFINES_RELEASE_AND_VENDOR'
      - -DGNU_COMPILER
      - -std=c99
      # - -std=c99
      - -Wall
      - "-c \"${1}\""
      - "-o \"${2}\""