Skip to content

Commit c9cfeb0

Browse files
authored
Merge pull request #45 from nicdevel/patch-1
Commented useless cross-compiling property
2 parents ae7f476 + 4a344a3 commit c9cfeb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/configure/CONFIG_SITE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ CHECK_RELEASE = YES
1919
# Set this when you only want to compile this application
2020
# for a subset of the cross-compiled target architectures
2121
# that Base is built for.
22-
CROSS_COMPILER_TARGET_ARCHS = $(EPICS_HOST_ARCH)-debug
22+
#CROSS_COMPILER_TARGET_ARCHS = $(EPICS_HOST_ARCH)-debug
2323
#CROSS_COMPILER_TARGET_ARCHS += win32-x86-mingw
2424

2525
# To install files into a location other than $(TOP) define

0 commit comments

Comments
 (0)