Fix build fixes
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
946cba3e98
commit
37c84fb961
2 changed files with 13 additions and 1 deletions
|
@ -178,7 +178,7 @@ $(BUILD_DIR)/%.cpp.o: %.cpp
|
|||
@echo "Compiling $<"
|
||||
$(SILENT)$(CXX) $< $(BUILD_CXX_FLAGS) -c -o $@
|
||||
|
||||
$(BUILD_DIR)/Core/%.cpp.o: Core/%.cpp
|
||||
$(BUILD_DIR)/Rack/src/core/%.cpp.o: Rack/src/core/%.cpp
|
||||
-@mkdir -p "$(shell dirname $(BUILD_DIR)/$<)"
|
||||
@echo "Compiling $<"
|
||||
$(SILENT)$(CXX) $< $(BUILD_CXX_FLAGS) -UPRIVATE -c -o $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue