@@ -7,21 +7,21 @@ CND_BASEDIR=`pwd`
7
7
CND_BUILDDIR =build
8
8
CND_DISTDIR =dist
9
9
# Debug configuration
10
- CND_PLATFORM_Debug =MinGW-Windows
11
- CND_ARTIFACT_DIR_Debug =dist/Debug/MinGW-Windows
10
+ CND_PLATFORM_Debug =GNU-Linux-x86
11
+ CND_ARTIFACT_DIR_Debug =dist/Debug/GNU-Linux-x86
12
12
CND_ARTIFACT_NAME_Debug =graph
13
- CND_ARTIFACT_PATH_Debug =dist/Debug/MinGW-Windows /graph
14
- CND_PACKAGE_DIR_Debug =dist/Debug/MinGW-Windows /package
13
+ CND_ARTIFACT_PATH_Debug =dist/Debug/GNU-Linux-x86 /graph
14
+ CND_PACKAGE_DIR_Debug =dist/Debug/GNU-Linux-x86 /package
15
15
CND_PACKAGE_NAME_Debug =graph.tar
16
- CND_PACKAGE_PATH_Debug =dist/Debug/MinGW-Windows /package/graph.tar
16
+ CND_PACKAGE_PATH_Debug =dist/Debug/GNU-Linux-x86 /package/graph.tar
17
17
# Release configuration
18
- CND_PLATFORM_Release =MinGW-Windows
19
- CND_ARTIFACT_DIR_Release =dist/Release/MinGW-Windows
18
+ CND_PLATFORM_Release =GNU-Linux-x86
19
+ CND_ARTIFACT_DIR_Release =dist/Release/GNU-Linux-x86
20
20
CND_ARTIFACT_NAME_Release =graph
21
- CND_ARTIFACT_PATH_Release =dist/Release/MinGW-Windows /graph
22
- CND_PACKAGE_DIR_Release =dist/Release/MinGW-Windows /package
21
+ CND_ARTIFACT_PATH_Release =dist/Release/GNU-Linux-x86 /graph
22
+ CND_PACKAGE_DIR_Release =dist/Release/GNU-Linux-x86 /package
23
23
CND_PACKAGE_NAME_Release =graph.tar
24
- CND_PACKAGE_PATH_Release =dist/Release/MinGW-Windows /package/graph.tar
24
+ CND_PACKAGE_PATH_Release =dist/Release/GNU-Linux-x86 /package/graph.tar
25
25
#
26
26
# include compiler specific variables
27
27
#
0 commit comments