From 04093b0382f7a67a0d437831c35e283972dccc52 Mon Sep 17 00:00:00 2001 From: fekt Date: Sat, 4 Feb 2023 20:53:18 -0500 Subject: [PATCH] Reverting some previous modifications to fix cross-compiling wind0ze --- silentdragonx.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/silentdragonx.pro b/silentdragonx.pro index 21a7451..5555b42 100644 --- a/silentdragonx.pro +++ b/silentdragonx.pro @@ -156,10 +156,10 @@ else: unix:!android: target.path = /opt/$${TARGET}/bin win32:CONFIG(release, debug|release): LIBS += -L$$PWD/res/ -llibsodium else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/res/ -llibsodiumd -else:unix: LIBS += -L$$PWD/res/ -lsodium +else:unix: LIBS += -L$$PWD/res-drgx/ -lsodium -INCLUDEPATH += $$PWD/res-drgx -DEPENDPATH += $$PWD/res-drgx +INCLUDEPATH += $$PWD/res +DEPENDPATH += $$PWD/res win32-g++:CONFIG(release, debug|release): PRE_TARGETDEPS += $$PWD/res/liblibsodium.a else:win32-g++:CONFIG(debug, debug|release): PRE_TARGETDEPS += $$PWD/res/liblibsodium.a