File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -215,14 +215,14 @@ endif
215215$(BUILD_DIR ) /wxWidgets-3.0.2.tar.bz2 :
216216 cd $(BUILD_DIR ) && $(DOWNLOAD_COMMAND ) http://ftp.wxwidgets.org/pub/3.0.2/wxWidgets-3.0.2.tar.bz2
217217
218- $(BUILD_DIR ) /static-libs/lib/libwx_gtk2u_core -3.0.a : $(BUILD_DIR ) /wxWidgets-3.0.2.tar.bz2
218+ $(BUILD_DIR ) /static-libs/include/wx -3.0/wx/wx.h : $(BUILD_DIR ) /wxWidgets-3.0.2.tar.bz2
219219 cd $(BUILD_DIR ) && rm -Rf wxWidgets-3.0.2 && tar -xjf wxWidgets-3.0.2.tar.bz2
220220 cd $(BUILD_DIR ) /wxWidgets-3.0.2 && ./configure --with-gtk --with-opengl --prefix=$(BUILD_DIR ) /static-libs --enable-unicode --enable-optimise --disable-shared --x-includes=/usr/X11R6/include/ && $(MAKE ) install
221221 rm -Rf $(BUILD_DIR ) /wxWidgets-3.0.2
222222
223223ifneq ($(wxcryst ) ,0)
224224ifneq ($(shared-wxgtk ) ,1)
225- libwx = $(BUILD_DIR ) /static-libs/lib/libwx_gtk2u_core -3.0.a
225+ libwx = $(BUILD_DIR ) /static-libs/include/wx -3.0/wx/wx.h
226226else
227227libwx =
228228endif
You can’t perform that action at this time.
0 commit comments