Fix wrong case problem with cross compiling.
This commit is contained in:
+2
-2
@@ -50,8 +50,8 @@ LIBS += -lpokerth_lib \
|
|||||||
win32 {
|
win32 {
|
||||||
LIBPATH += ../boost/stage/lib
|
LIBPATH += ../boost/stage/lib
|
||||||
INCLUDEPATH += ../boost/
|
INCLUDEPATH += ../boost/
|
||||||
debug:LIBPATH += Debug/lib
|
debug:LIBPATH += debug/lib
|
||||||
release:LIBPATH += Release/lib
|
release:LIBPATH += release/lib
|
||||||
}
|
}
|
||||||
mac {
|
mac {
|
||||||
# make it universal
|
# make it universal
|
||||||
|
|||||||
Reference in New Issue
Block a user