mirror of
https://github.com/openharmony/drivers_framework.git
synced 2026-08-27 10:51:15 -04:00
!86 fix hc-gen miss stdc++ lib symbol issue on docker build env
Merge pull request !86 from yuanbo/master
This commit is contained in:
@@ -4,6 +4,7 @@ TARGET := $(BUILD_DIR)/hc-gen
|
||||
|
||||
CXX := c++
|
||||
CXX_FLAGS := -std=gnu++14
|
||||
CXX_LD_FLAGS := -lstdc++
|
||||
|
||||
SRCS := $(wildcard src/*.cpp)
|
||||
OBJECTS := $(patsubst %.cpp,$(BUILD_DIR)/%.o,$(SRCS))
|
||||
|
||||
Reference in New Issue
Block a user