diff --git a/sextant.pro b/sextant.pro index b0ffced..6dd350d 100644 --- a/sextant.pro +++ b/sextant.pro @@ -3,7 +3,7 @@ CONFIG += debug QT = TARGET = sextant DESTDIR = $$PWD -OBJECTS_DIR = $$PWD/tmp/sextant +OBJECTS_DIR = $$PWD/tmp/$$QMAKE_HOST.arch/sextant LIBS += -lecl -lsextant-parser -L. QMAKE_CXXFLAGS += -std=c++2a -Wno-parentheses -Wno-unused-local-typedefs -Wno-array-bounds -Wno-maybe-uninitialized -Wno-restrict QMAKE_LFLAGS += "-Wl,-rpath,\'\$$ORIGIN\'" diff --git a/ts-parser.pro b/ts-parser.pro index 3486c57..99f6bae 100644 --- a/ts-parser.pro +++ b/ts-parser.pro @@ -3,7 +3,7 @@ CONFIG += staticlib debug QT = TARGET = sextant-parser DESTDIR = $$PWD -OBJECTS_DIR = $$PWD/tmp/parser/ +OBJECTS_DIR = $$PWD/tmp/$$QMAKE_HOST.arch/parser/ INCLUDEPATH += $$PWD/external/tree-sitter/lib/src $$PWD/external/tree-sitter/lib/include INCLUDEPATH += $$PWD/external/tree-sitter-org/src LIBS += -lecl