mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-12 16:13:13 +02:00
fixing prefix for macosx build
This commit is contained in:
@@ -73,6 +73,10 @@ unix {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
macx {
|
||||||
|
PREFIX = /Users/vadim/src/fwbuilder/fwb3-branch-v3/install_root
|
||||||
|
}
|
||||||
|
|
||||||
win32 {
|
win32 {
|
||||||
CONFIG -= debug
|
CONFIG -= debug
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -73,6 +73,10 @@ unix {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
macx {
|
||||||
|
PREFIX = @PREFIX@
|
||||||
|
}
|
||||||
|
|
||||||
win32 {
|
win32 {
|
||||||
CONFIG -= debug
|
CONFIG -= debug
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user