mirror of https://github.com/FreeRDP/FreeRDP
move macos build script
This commit is contained in:
parent
b5d5387e9d
commit
1237967cad
|
@ -1,4 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# may now be legacy; 2 stage cmake no longer needed
|
||||||
|
|
||||||
# Xcode generated files directory
|
# Xcode generated files directory
|
||||||
XCODE_PROJ_DIR=xcode
|
XCODE_PROJ_DIR=xcode
|
||||||
# MacFreeRDP client directory
|
# MacFreeRDP client directory
|
||||||
|
@ -68,4 +71,4 @@ else
|
||||||
echo -n "NOTE: Dragging FreeRDP project from finder onto the MacFreeRDP project in Xcode
|
echo -n "NOTE: Dragging FreeRDP project from finder onto the MacFreeRDP project in Xcode
|
||||||
will enable code stepping from MacFreeRDP into FreeRDP.
|
will enable code stepping from MacFreeRDP into FreeRDP.
|
||||||
"
|
"
|
||||||
fi
|
fi
|
Loading…
Reference in New Issue