mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
updated linux build
This commit is contained in:
@@ -46,7 +46,7 @@ LIBS += \
|
||||
|
||||
macx {
|
||||
HEADERS += \
|
||||
router_mac.h
|
||||
router_mac.h \
|
||||
helper_route_mac.h
|
||||
|
||||
SOURCES += \
|
||||
@@ -54,6 +54,14 @@ SOURCES += \
|
||||
helper_route_mac.c
|
||||
}
|
||||
|
||||
linux {
|
||||
HEADERS += \
|
||||
router_linux.h
|
||||
|
||||
SOURCES += \
|
||||
router_linux.cpp
|
||||
}
|
||||
|
||||
include(../src/qtservice.pri)
|
||||
|
||||
#CONFIG(release, debug|release) {
|
||||
|
||||
Reference in New Issue
Block a user