mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 18:02:38 +02:00
msys2: Fix absolute windows paths
- Ensure path DATA_DIR isn't made absolute during compilation - Use cygpath to create absolute path at runtime
This commit is contained in:
@@ -27,7 +27,7 @@ build() {
|
||||
-G "MSYS Makefiles" \
|
||||
-DCMAKE_INSTALL_PREFIX="${MINGW_PREFIX}" \
|
||||
../../../..
|
||||
cmake --build .
|
||||
MSYS2_ARG_CONV_EXCL="-DDATA_DIR=" cmake --build .
|
||||
}
|
||||
|
||||
check() {
|
||||
|
||||
Reference in New Issue
Block a user