1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 19:08:26 -06:00

Linux: solve link error on recent Ubuntu when using shared wxWidgets.

This commit is contained in:
Mounir IDRASSI
2015-01-02 17:09:56 +01:00
parent 271d39d942
commit ad9b40d599
2 changed files with 5 additions and 2 deletions

View File

@@ -123,7 +123,7 @@ endif
$(APPNAME): $(LIBS) $(OBJS)
@echo Linking $@
$(CXX) -o $(APPNAME) $(LFLAGS) $(OBJS) $(LIBS) $(FUSE_LIBS) $(WX_LIBS)
$(CXX) -o $(APPNAME) $(OBJS) $(LIBS) $(FUSE_LIBS) $(WX_LIBS) $(LFLAGS)
ifeq "$(TC_BUILD_CONFIG)" "Release"
ifndef NOSTRIP